Re: [Pyobjc-dev] PreferencePanes in python
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-02-14 22:04:52
|
Ronald Oussoren wrote: > BTW. I couldn't get bundlebuilder to build the bundle for me, it > always adds the shell-script wrapper which isn't needed here. What arguments are you feeding bundlebuilder? I think if you only specify -e (executable) and not -m (mainprogram) it doesn't create the sh wrapper. > Furthermore the output always has a '.app' suffix. More to look > into... Perhaps you need to use the BundleBuilder() class manually, it is meant to be a generic bundle builder; buildapp() uses AppBuilder() which is -- as the name suggests <wink> -- specialized for .app bundles. If neither satisfy your needs, let me know what you do need and I'll try to incorporate it in bundlebuilder.py. Just |