[PyKDE] Implementing un-enabled Qt modules

Gordon Tyler gordon at doxxx.net
Wed May 26 02:27:01 BST 2004


Eron Lloyd wrote:
> How difficult would it be to provide wrappers for modules in Qt currently not 
> enabled in PyQt, such as XML and Networking? In developing applications, I 
> can see the benefits of having a single API for even these items as opposed 
> to the python equivalents.

Since your application is written in Python and will be the same across 
all platforms, why not use the Python XML and networking APIs? They're 
more "pythonic" and should be easier to use than the designed-for-C++ Qt 
APIs.

Ciao,
Gordon




More information about the PyQt mailing list