wxPython - what classes are available?

Peter L Hansen peter at engcorp.com
Mon Oct 4 17:54:07 EDT 2004


moff wrote:
> There seems to be a heck of a lot of wxEWindows classes available. 
> Can someone tell me (or send me a link of) what is compatable with
> wxPython?
> 
> It can't be the whole lot, can it?
> 
> (Wow, wxPython looks GREAT!)

(a) yes it does. :-)

(b) It's called wxWidgets now, not wxWindows.

(c) As far as I know, effectively all classes are provided in
wxPython which are not already provided by standard Python.
For example, wxList is not provided, since Python has its
own lists.  Similarly with networking and threads.  The GUI
stuff is pretty much complete.

(d) Download wxPython, install, and run the demo.  It shows
*everything* (roughly speaking)...

-Peter



More information about the Python-list mailing list