On Tue, 8 Apr 2008 11:18:16 -0400, Miller, Douglas K. wrote: > Does the pythonize library still exist? If so, where and where is it > documented? Thanks.
I don't think either Jim Bublitz or myself documented it, but it should still be available in releases of PyKDE3, if I remember correctly. If you feel the need to get closer to the Python API, there are some embedded Python examples out there: http://wiki.python.org/moin/EmbedingPyQtTutorial http://www.boddie.org.uk/david/Projects/Python/Qt/ However, it may also be worth looking at the mechanisms used for the custom widget plugin examples in the PyQt4 distribution. David _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
