Sublime Forum

Wanna help with .cix (sublimeCodeIntel) catalogs and PyQt4?

#1

Hello everyone, I’m trying to create a .cix catalog for PyQt4 to use with SublimeCodeIntel.

My config:
ActiveState Python 2.7 x64
PyQt4 for 2.7 x64
Windows 7 x64

Environment Variables path are defined, so, python works.

I’m getting always the same error and, since I’m not a python guru ( I’m a beginner) I find difficult to understand
what’s wrong.

Wish you could give a little help.

Console Output

D:\gen>python gencix.py --onefile=PyQt4-9-5.cix --name=“PyQt4” --description=“Python QT bindings - version 4.9.5” PyQt4.QtCore PyQt4.QtGui PyQt4.QtNet
work PyQt4.QtOpenGL PyQt4.QtScript PyQt4.QtSql PyQt4.QtSvg PyQt4.QtTest PyQt4.QtXml PyQt4.QtAssistant PyQt4.QtDesigner
(‘Generating CIX for’, ‘PyQt4.QtCore’)
Traceback (most recent call last):
File “gencix.py”, line 71, in
docmodule(arg, root, options.force, usefile=True)
File “D:\gen\gencixcore.py”, line 374, in docmodule
process_class(moduleElt, value, key, callables)
File “D:\gen\gencixcore.py”, line 248, in process_class
attrs = (name, getattr(obj, name)) for name in obj.dict if name not in (‘abstractmethods’)]
AttributeError: ‘MSG’ object attribute ‘wParam’ is an instance attribute

Sorry if posted in the wrong section. I’m new here. Have a nice day.

0 Likes