Re: [Pyobjc-dev] Re: Don't want to ship sources
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-06-27 19:05:47
|
Btw. bundlebuilder has a --standalone option: - it finds (most) module dependencies from the main program, and include those modules - with Python2.2, it adds .pyc files to the app bundle (except for the main program, not for any particular reason though) - with Python2.3, it also includes all needed modules as .pyc files, but inside a zip file (this uses the new zipimport mechanism) Just |