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.
- When trying to build with py2app and you get stuck with an AttributeError on loading
<mf.scan_code>
, see this thread: link