Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Latest commit

 

History

History
5 lines (4 loc) · 436 Bytes

building_on_osx.md

File metadata and controls

5 lines (4 loc) · 436 Bytes

Building an executable for Mac OS X

To build the code into a packaged executable for OS X you can use py2app. To do this, you can should run python setup.py py2app with all components required installed.

Known issues

  • When trying to build with py2app and you get stuck with an AttributeError on loading <mf.scan_code>, see this thread: link