This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Implement BundleBuilder GUI as plugin component
Type: enhancement Stage:
Components: macOS Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: hhas, jackjansen, ronaldoussoren
Priority: normal Keywords:

Created on 2004-05-20 20:40 by hhas, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg54157 - (view) Author: (hhas) Date: 2004-05-20 20:40
On Wed, 19 May 2004 10:53:42 +0200, Jack Jansen writes on 
PythonMac SIG:

"In a future release I'd like to add a GUI interface to 
bundlebuilder, so you can gradually migrate from save as applet 
to bundlebuilder without the current steep learning curve."


Here's a few suggestions on how this might ideally be 
implemented:

- Would it be possible/practical to construct this as, say, a plug-
in component rather than a standalone executable? That way 
IDEs could incorporate it directly, bringing up the BB dialog when 
the user selects 'Save as Applet...'.

- Arranging the window so that 'Advanced' options are initially 
hidden behind one of those disclosure triangle thingies would 
keep it easy to use when folk just want to spit out a generic 
applet.

- Also, it'd be good to provide 'BBGUI' as a separate module to 
the original BB module so that scripts and applications wanting to 
use BB's programmatic interface aren't made to import 
unnecessary GUI toolkit modules.
msg78818 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-01-02 15:32
Closed as won't fix because bundlebuilder is deprecated and it is rather 
unlikely that anyone will spent time on this feature request.
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40280
2009-01-02 15:32:33ronaldoussorensetstatus: open -> closed
nosy: + ronaldoussoren
resolution: wont fix
messages: + msg78818
2004-05-20 20:40:45hhascreate