List,
I am having an issue creating an app bundle using py2app and not sure what
this means. I am using enthought edition on OSX 10.6.8.
The alias output works but when I build a deployable version I get this
output:
Tom-Russells-MacBook-Pro:~ Tom$ python setup.py py2app
running py2app
creating /Users/Tom/build
creating /Users/Tom/build/bdist.macosx-10.5-i386
creating /Users/Tom/build/bdist.macosx-10.5-i386/python2.7-standalone
creating /Users/Tom/build/bdist.macosx-10.5-i386/python2.7-standalone/app
creating
/Users/Tom/build/bdist.macosx-10.5-i386/python2.7-standalone/app/collect
creating
/Users/Tom/build/bdist.macosx-10.5-i386/python2.7-standalone/app/temp
creating /Users/Tom/dist
creating build/bdist.macosx-10.5-i386/python2.7-standalone/app/lib-dynload
creating build/bdist.macosx-10.5-i386/python2.7-standalone/app/Frameworks
*** using recipe: virtualenv ***
*** using recipe: sip ***
*** using recipe: PIL ***
*** using recipe: pyside ***
*** using recipe: matplotlib ***
*** using recipe: pydoc ***
*** using recipe: docutils ***
*** using recipe: scipy ***
Traceback (most recent call last):
File "setup.py", line 18, in <module>
setup_requires=['py2app'],
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/distutils/core.py",
line 152, in setup
dist.run_commands()
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/distutils/dist.py",
line 953, in run_commands
self.run_command(cmd)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/distutils/dist.py",
line 972, in run_command
cmd_obj.run()
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/py2app-0.7.1-py2.7.egg/py2app/build_app.py",
line 510, in run
self._run()
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/py2app-0.7.1-py2.7.egg/py2app/build_app.py",
line 698, in _run
self.run_normal()
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/py2app-0.7.1-py2.7.egg/py2app/build_app.py",
line 773, in run_normal
self.process_recipes(mf, filters, flatpackages, loader_files)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/py2app-0.7.1-py2.7.egg/py2app/build_app.py",
line 667, in process_recipes
find_needed_modules(mf, packages=rval['packages'])
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/find_modules.py",
line 219, in find_needed_modules
m = mf.import_hook(package, None, ["*"])
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 688, in import_hook
for s in self.ensure_fromlist(m, fromlist):
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 797, in ensure_fromlist
submod = self.import_module(sub, fullname, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 684, in import_hook
q, tail = self.find_head_package(parent, name, level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 765, in find_head_package
q = self.import_module(head, qname, parent)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 871, in load_module
m = self.load_package(fqname, pathname, packagepath)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1094, in load_package
self.load_module(fqname, fp, buf, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 685, in import_hook
m = self.load_tail(q, tail)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 780, in load_tail
result = self.import_module(head, mname, result)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 871, in load_module
m = self.load_package(fqname, pathname, packagepath)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1094, in load_package
self.load_module(fqname, fp, buf, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 684, in import_hook
q, tail = self.find_head_package(parent, name, level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 758, in find_head_package
q = self.import_module(head, qname, parent)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1062, in scan_code
self.scan_code(c, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 684, in import_hook
q, tail = self.find_head_package(parent, name, level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 758, in find_head_package
q = self.import_module(head, qname, parent)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 684, in import_hook
q, tail = self.find_head_package(parent, name, level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 758, in find_head_package
q = self.import_module(head, qname, parent)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1062, in scan_code
self.scan_code(c, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1062, in scan_code
self.scan_code(c, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 685, in import_hook
m = self.load_tail(q, tail)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 780, in load_tail
result = self.import_module(head, mname, result)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 871, in load_module
m = self.load_package(fqname, pathname, packagepath)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1094, in load_package
self.load_module(fqname, fp, buf, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 684, in import_hook
q, tail = self.find_head_package(parent, name, level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 758, in find_head_package
q = self.import_module(head, qname, parent)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 684, in import_hook
q, tail = self.find_head_package(parent, name, level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 758, in find_head_package
q = self.import_module(head, qname, parent)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 685, in import_hook
m = self.load_tail(q, tail)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 780, in load_tail
result = self.import_module(head, mname, result)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 684, in import_hook
q, tail = self.find_head_package(parent, name, level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 758, in find_head_package
q = self.import_module(head, qname, parent)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 684, in import_hook
q, tail = self.find_head_package(parent, name, level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 758, in find_head_package
q = self.import_module(head, qname, parent)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 685, in import_hook
m = self.load_tail(q, tail)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 780, in load_tail
result = self.import_module(head, mname, result)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 871, in load_module
m = self.load_package(fqname, pathname, packagepath)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1094, in load_package
self.load_module(fqname, fp, buf, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 684, in import_hook
q, tail = self.find_head_package(parent, name, level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 758, in find_head_package
q = self.import_module(head, qname, parent)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 684, in import_hook
q, tail = self.find_head_package(parent, name, level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 758, in find_head_package
q = self.import_module(head, qname, parent)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 684, in import_hook
q, tail = self.find_head_package(parent, name, level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 758, in find_head_package
q = self.import_module(head, qname, parent)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 871, in load_module
m = self.load_package(fqname, pathname, packagepath)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1094, in load_package
self.load_module(fqname, fp, buf, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 684, in import_hook
q, tail = self.find_head_package(parent, name, level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 758, in find_head_package
q = self.import_module(head, qname, parent)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 684, in import_hook
q, tail = self.find_head_package(parent, name, level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 758, in find_head_package
q = self.import_module(head, qname, parent)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 909, in load_module
self.scan_code(co, m)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 1015, in scan_code
imported_module = self._safe_import_hook(name, m, fromlist, level)[0]
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 917, in _safe_import_hook
mods = self.import_hook(name, caller, level=level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 684, in import_hook
q, tail = self.find_head_package(parent, name, level)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 758, in find_head_package
q = self.import_module(head, qname, parent)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 847, in import_module
m = self.load_module(fqname, fp, pathname, stuff)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/modulegraph-0.10.1-py2.7.egg/modulegraph/modulegraph.py",
line 883, in load_module
co = compile(contents, pathname, 'exec', 0, True)
File
"/Library/Frameworks/Python.framework/Versions/7.3/lib/python2.7/site-packages/sympy/mpmath/libmp/exec_py3.py",
line 1
exec_ = exec
^
SyntaxError: invalid syntax
Any ideas?
Thanks,
Tom