Py2app Problems, Getting Errors
I'm trying to test out the functionality of py2app, for creating standalone mac applications. I generated a setup file for my test code, called 'hello.py'. ''' This is a setup.py s
Solution 1:
There is a small hack that will work for this problem,
- Go to your path /Users/Apollo/miniconda/lib/python2.7/site-packages/macholib/MachOGraph.pyand open this file.
- On line 49, change loader=loader.filenametoloader_path=loader.filename
Run the setup.py again.
Post a Comment for "Py2app Problems, Getting Errors"