[Pyobjc-dev] Errors building standalone with 1.0b1 & Apple Python2.2
Brought to you by:
ronaldoussoren
From: Kevin M. <kev...@ma...> - 2003-08-08 19:51:23
|
When I pass --standalone or --semistandalone to my build instead of --link using 1.0b1 and Apple Python 2.2 on Jag I get this: > Finding module dependencies > Traceback (most recent call last): > File "buildapp.py", line 6, in ? > nibname = "MainMenu", > File "/usr/lib/python2.2/site-packages/PyObjC/bundlebuilder.py", > line 892, in buildapp > main(builder) > File "/usr/lib/python2.2/site-packages/PyObjC/bundlebuilder.py", > line 879, in main > builder.setup() > File "/usr/lib/python2.2/site-packages/PyObjC/bundlebuilder.py", > line 423, in setup > self.findDependencies() > File "/usr/lib/python2.2/site-packages/PyObjC/bundlebuilder.py", > line 591, in findDependencies > import modulefinder > ImportError: No module named modulefinder Do I need to change some install settings, or install Python 2.3 ? |