Re: [Pyobjc-dev] Detecting Python interpreters on startup
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-09-05 16:16:13
|
On 5 sep 2003, at 18:06, Just van Rossum wrote: > Dinu Gherman wrote: > >> Yes, that's probably the best thing to do. I sniffed more into >> bundlebuilder now. On 2.3 it seems to use a modulefinder, ok... I >> wasn't quite aware how cool it is! > > Actually, it does so with 2.2 as well, provided modulefinder.py is > installed. The only thing it can't use with 2.2 is zipimport, so 2.2 > .app bundles are somewhat larger. > > Ronald: I think modulefinder.py should be included with PyObjC in > MPCompat, next to bundlebuilder.py and plistlib.py. Would you agree? I do, please check it in. The --standalone option is very usefull. BTW. I don't think useing 'whatever python the user has installed' would be useful, unless you don't test applications before releasing them :-) Ronald |