Re: [Pyobjc-dev] ReSTedit and buildapp.py
Brought to you by:
ronaldoussoren
From: Bob I. <bo...@re...> - 2004-02-17 17:16:22
|
On Feb 17, 2004, at 11:30 AM, b.bum wrote: > Fixed. > > I had been building the app solely with Xcode and had not sync'd > buildapp.py. By adding an appropriate import to the main file and > fixing buildapp.py, the app should work when built from buildapp.py. > > Note that the buildapp.py result will launch more slowly than the > version built from Xcode (embedded vs. execve() style interpreter > startup). I can pretty easily give bundlebuilder2 the same kind of bootstrap executable functionality.. though I would prefer that the PyObjC 'pth' not be hardcoded into the loader. There has to be a better way (parsing pth files legitimately, including a site.py, etc.). -bob |