wxPython support non-GUI classes from wxWidgets?
Peter Hansen
peter at engcorp.com
Tue Jun 29 17:01:35 EDT 2004
USCode wrote:
> I've been poking around the wxPython website and am unclear if wxPython has
> a wrapper for ALL wxWidget classes or just the GUI-related classes? Does
> wxPython also provide a python wrapper for the wxWidget non-GUI classes such
> as: ODBC, printing, threading, interprocess communication, XML, streams,
> etc.
>
> I realize Python provides many of these facilities natively but through
> wxPython, can I use the wxWidget versions instead?
The docs, somewhere, note that primarily only the functionality that
is *not* duplicated by existing Python functionality is provided.
I believe that includes at least XML, threading, and anything to do
with networking, and probably other things. (Going entirely by
memory here, from the last time I read this stuff, well over a
year ago. I can find the exact location of the notes, if you aren't
able to.)
-Peter
More information about the Python-list
mailing list