Re: [Pyobjc-dev] new app-bundle-making-tools
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2002-11-22 12:39:22
|
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 |