Skip to content

Quick and dirty fix won't build #9

@Spoddles

Description

@Spoddles

Hi! Love xCodea and immediately found this "quick and dirty" fix for Codea v2.3 but unfortunately the app won't build - instead it creates an empty disk image. Here is feed back from the build. Any advice would be appreciated. I used exactly the same procedure as I did with previous version (which still builds correctly) so I am lost (and out of my depth)!

Thanks

running py2app
creating /Users/todddixon/Downloads/xCodea-dev/build
creating /Users/todddixon/Downloads/xCodea-dev/build/bdist.macosx-10.10-intel
creating /Users/todddixon/Downloads/xCodea-dev/build/bdist.macosx-10.10-intel/python2.7-standalone
creating /Users/todddixon/Downloads/xCodea-dev/build/bdist.macosx-10.10-intel/python2.7-standalone/app
creating /Users/todddixon/Downloads/xCodea-dev/build/bdist.macosx-10.10-intel/python2.7-standalone/app/collect
creating /Users/todddixon/Downloads/xCodea-dev/build/bdist.macosx-10.10-intel/python2.7-standalone/app/temp
creating /Users/todddixon/Downloads/xCodea-dev/dist
creating build/bdist.macosx-10.10-intel/python2.7-standalone/app/lib-dynload
creating build/bdist.macosx-10.10-intel/python2.7-standalone/app/Frameworks
Traceback (most recent call last):
File "setup.py", line 31, in
setup_requires=['py2app'],
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/py2app/build_app.py", line 553, in run
self._run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/py2app/build_app.py", line 741, in _run
self.run_normal()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/py2app/build_app.py", line 812, in run_normal
mf = self.get_modulefinder()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/py2app/build_app.py", line 691, in get_modulefinder
debug=debug,
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/modulegraph/find_modules.py", line 274, in find_modules
find_needed_modules(mf, scripts, includes, packages)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/modulegraph/find_modules.py", line 199, in find_needed_modules
path = m.packagepath[0]
TypeError: 'NoneType' object has no attribute 'getitem'
.
created: /Users/todddixon/Downloads/xCodea-dev/dist/xCodea.dmg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions