Skip to content

Instantly share code, notes, and snippets.

@glyph
Created March 4, 2015 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glyph/fcc354d38222dd9d4ae0 to your computer and use it in GitHub Desktop.
Save glyph/fcc354d38222dd9d4ae0 to your computer and use it in GitHub Desktop.
created by github.com/tr3buchet/gister
glyph@elfa:~/Projects/Mimic VE:Mimic BR:pr/103
★ python setup.py py2app
↩ Tue Mar 3 17:48:02 PST 2015
running py2app
creating /Users/glyph/Projects/Mimic/build
creating /Users/glyph/Projects/Mimic/build/bdist.macosx-10.10-intel
creating /Users/glyph/Projects/Mimic/build/bdist.macosx-10.10-intel/python2.7-semi_standalone
creating /Users/glyph/Projects/Mimic/build/bdist.macosx-10.10-intel/python2.7-semi_standalone/app
creating /Users/glyph/Projects/Mimic/build/bdist.macosx-10.10-intel/python2.7-semi_standalone/app/collect
creating /Users/glyph/Projects/Mimic/build/bdist.macosx-10.10-intel/python2.7-semi_standalone/app/temp
creating /Users/glyph/Projects/Mimic/dist
creating build/bdist.macosx-10.10-intel/python2.7-semi_standalone/app/lib-dynload
creating build/bdist.macosx-10.10-intel/python2.7-semi_standalone/app/Frameworks
Traceback (most recent call last):
File "setup.py", line 92, in <module>
**setup_options(_NAME, _VERSION)
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 "setup.py", line 71, in run
py2app.run(self)
File "/Users/glyph/.virtualenvs/Mimic/lib/python2.7/site-packages/py2app/build_app.py", line 659, in run
self._run()
File "/Users/glyph/.virtualenvs/Mimic/lib/python2.7/site-packages/py2app/build_app.py", line 865, in _run
self.run_normal()
File "/Users/glyph/.virtualenvs/Mimic/lib/python2.7/site-packages/py2app/build_app.py", line 943, in run_normal
self.process_recipes(mf, filters, flatpackages, loader_files)
File "/Users/glyph/.virtualenvs/Mimic/lib/python2.7/site-packages/py2app/build_app.py", line 824, in process_recipes
rval = check(self, mf)
File "/Users/glyph/.virtualenvs/Mimic/lib/python2.7/site-packages/py2app/recipes/virtualenv.py", line 80, in check
mf.scan_code(co, m)
AttributeError: 'ModuleGraph' object has no attribute 'scan_code'
↪ Tue Mar 3 17:48:13 PST 2015 (★ python setup.py py2app) (11 seconds elapsed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment