Re: [Pyobjc-dev] Errors building standalone with 1.0b1 & Apple Python2.2
Brought to you by:
ronaldoussoren
From: Bob I. <bo...@re...> - 2003-08-08 20:30:22
|
On Friday, Aug 8, 2003, at 15:51 America/New_York, Kevin Marks wrote: > 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 ? I don't know about your PyObjC installation problem specifically, but modulefinder is a new module that comes with 2.3. You should install 2.3 anyways.. it's faster, more capable, less buggy, etc. Especially on the mac. It's also what will be in Panther. -bob |