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

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to