IDLE can be rewrited using wxPython?
Mike Fletcher
mfletch at tpresence.com
Mon Jun 12 11:50:20 EDT 2000
More information about the Python-list mailing list
Mon Jun 12 11:50:20 EDT 2000
- Previous message (by thread): Jpython
- Next message (by thread): IDLE can be rewrited using wxPython?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Notes: Newest versions of wxPython include the scintilla control that's used in PythonWin's editor. There is a project (Boa Constructor) to create a wxPython IDE, adapting that to your needs (in concert with Riaan and Robin) might be more appropriate than attempting to rewrite IDLE. Boa aims at also providing GUI editing (though of the static dialog/form type, rather than the more common dynamically-expanding-packed-widgets form last I looked (I haven't seen any support for editing placers, would love to be wrong)). Boa has been largely a personal project up to now (i.e. Riaan is the only listed developer, progress seems to go forward when he has the time to work on it). Maybe it's time to start putting some tasks on the list and getting people applied to them? http://sourceforge.net/project/?group_id=1909 Enjoy, Mike -----Original Message----- From: Pedro Vale Lima [mailto:eq3pvl at eq.uc.pt] Sent: Monday, June 12, 2000 11:47 AM To: python-list at python.org Subject: Re: IDLE can be rewrited using wxPython? mrfx wrote: > The current IDLE uses TCL/TK as GUI widget. > IDLE can be rewrited using wxPython as GUI widget? Sure. But not an easy task, replacing a GUI toolkit is always a pain. Also it seems that the text widget is better in tk than in wx. pvl -- http://www.python.org/mailman/listinfo/python-list
- Previous message (by thread): Jpython
- Next message (by thread): IDLE can be rewrited using wxPython?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list