ActivePython and wxPython

Pete Shinners pete at shinners.org
Thu Feb 7 23:28:13 EST 2002


Andrew wrote:
> Sorry if this question is inappropriate for this newsgroup, but I was
> wondering if there are known problems using wxPython with ActivePython?  I
> try to run the first example (from www.wxpython.org) in the wxPython
> tutorial but get a crash when I attempt to create a wxFrame object.  I
> stepped into the code and it's failing on an 'apply' call.

you are probably trying to run the wxpython program from inside 
"PythonWin". you'll quickly find IDLE and PythonWin don't work very well 
when running programs that do their own GUI work.

there's other editors that do a proper job of this. i hear good things 
about the "IDLE Fork", and personally have done ok with scite.

http://idlefork.sourceforge.net/
http://www.scintilla.org/SciTE.html




More information about the Python-list mailing list