



The Komodo team have been working on creating tools for the automatic generation of the codeintel description files for python binary modules.
Attached are CIX files that covers both qt3 and qt4 (PyQt4). This means you should be able to get completions from code like this:
for qt3:
from qt qt.<|> # et all...
or a PyQt4 sample:
from PyQt4 import Qt Qt.<|> # et all...
Installation
Unzip the attached file(s). Inside Komodo, go to your preferences and select the "Code Intelligence" category, then in the API Catalogs section, click on the "Add an API Catalog...", navigate to the cix file you previously extracted and add this. You should now have the qt completions (if not, try a restart to ensure all the codeintel information is synced).
Cheers,
Todd
| Attachment | Size |
|---|---|
| PyQt4-2-0.cix_.zip | 44.58 KB |
| qt-3-3-6.cix_.zip | 43.83 KB |