Re: [Pyobjc-dev] Errors building standalone with 1.0b1 & MacPython2.3
Brought to you by:
ronaldoussoren
From: Kevin M. <kev...@ma...> - 2003-08-10 06:19:58
|
On Friday, August 8, 2003, at 01:29 PM, Bob Ippolito wrote: > > 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 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. OK, I installed MacPython OS X 2.3, and now it gets further, but it can't find the Cocoa bits, and the standalone won't run on another Mac. errors: Do I need to reinstall PyObjC, or is there some PATH stuff I need to do? Finding module dependencies Building 'build/iirc.app' Copying files Adding Python modules Warning: couldn't find the following submodules: (Note that these could be false alarms -- it's not always possible to distinguish between "from package import submodule" and "from package import name") ? os.path Warning: couldn't find the following modules: ? AddressBook ? AppKit ? Foundation ? PyObjCTools Done. |