It's almost a month since Torsten Marek and I gave a talk at EuroPython 2006 about PyQt4, and I've only just finished packing up the examples we used in an archive ready for distribution. I hope they all work properly after some of the last minute changes I made.
The abstract and a PDF containing the slides used in the talk are available from the conference Web site: http://indico.cern.ch/contributionDisplay.py?contribId=33&sessionId=41&confId=44 There's a link from there to an entry at the Python Package Index where the package containing the examples is being hosted. The following URL for this will hopefully remain usable for the forseeable future: http://www.python.org/pypi/EuroPython2006_PyQt4_Examples/ Thanks to Torsten for writing some complex model/view examples at short notice and agreeing to release them under the GPL. To use them, you'll need to install the Python bindings to SQLite 3 (confusingly released as the pysqlite2 module) and the ElementTree XML handling library. With the exception of the OpenGL examples, which require PyOpenGL to be installed, most other examples require nothing more than a working PyQt4 installation. We're interested in feedback and corrections to the examples, but it's probably better to send patches to me if you want changes to be incorporated into new releases of the package. Have fun, David Boddie _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
