Looks great, but I'm getting an error: 'Could not load description, ensure documentation for qt is built'. I'm a noob.
Python Qt bindings demos, examples and documentation (PR1.2)
PyQt4 exposes the Qt4 GUI toolkit in Python.
This package contains Python-specific documentation for PyQt4 and the Qt example programs ported to Python. It provides a reasonable minimum set of modules and bindings to start PyQt development. Installing this package will install Python bindings for the QtCore, QtGUI and QtXML modules.
WARNING: Even though the bindings themselves are installed into /opt, the Qt libraries that might not already be installed WILL take up a lot of additonal space on your root.
Author | Attila Csipa |
---|
Looks great, but I'm getting an error: 'Could not load description, ensure documentation for qt is built'. I'm a noob.
You must be logged in to make comments.
That's normal, it just means you do not have the Qt documentation installed (which you don't really need as it's a few hundred MB and the Python one is already there anyway :). The examples and python (=not C++) docs are present, and that's what counts.
Note that the first start of an example is always a bit slower than subsequent ones as python needs to parse the bytecode. Not a huge difference, but still :)