Re: [Pyobjc-dev] new app-bundle-making-tools
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2002-11-22 13:21:35
|
I haven't looked seriously at bundlebuilder.py yet, but from what I've seen I'm all for using this instead of the current 'setup-app.py' scripts. How are we going to deal with the poor souls that haven't installed Python 2.3 or the MacPython 2.2 addon Jack's working on? Should we ship a copy of bundlebuilder.py with PyObjC? BTW. I noticed that the python-based execve wrapper sets PYTHONPATH instead of updating it. Is that intentional? Ronald On Friday, Nov 22, 2002, at 13:39 Europe/Amsterdam, Just van Rossum wrote: > Just van Rossum wrote: > >> Mac/Lib/bundlebuilder.py -- tools to assemble bundles > > Btw. this tool employs the execve wrapper and I've changed it so it'll > set > $PYTHONPATH to <app>/Contents/Resources folder. So if Bill adds the > same to his > main.m, I think it's safe to get rid of the sys.path munging code in > objc.__init__.py. > > Just > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > |