How do I get PyQt4 insight to work?

I can't seem to get any PyQt4 insight to work in 1.1.1, but http://youtrack.jetbrains.net/issue/PY-275 indicates that it should be working.

from PyQt4.QtCore import *

from PyQt4.QtGui import *

class MainWindow(QMainWindow):

     ...

QMainWindow is marked as an Unresolved reference, as are any other items from QtCore or QtGui.

0
2 comments
Avatar
Permanently deleted user

I'm having excactly the same issue.

Using 1.1.1

0
Avatar
Permanently deleted user

I have the same problem.

QMainWindow (and many other classes) is marked as an Unresolved.

Autocompletion doesn't work with such classes.

What is recommended to do to fix this problem?

Is it possible that the problem lies in my configuration?

Win7 64bit

Python 3.1.3.5 AvtiveState Python based on Python 3.1.3 64bit

PyQT 4.8.3 64bit

PyCharm 1.1.1 #PY-101.15

0

Please sign in to leave a comment.