I was working on my project in PyCharm 3 that suddenly the power went off. After that when I tried to start PyCharm I encountered with a huge number of warnings about the last configuration! So I accept to reset all configuration.
Now when I import numpy
and try to use autocompletion it doesn't show anything! It works but there is no autocompletion popup. I have no problem with OpenCV
import which its autocompletion works fine(as before).
I read this and this and tried both of them but that doesn't work. I uninstalled NumPy
and reinstalled it again but the problem didn't solved!
I'm using windows 7
UPDATE
I also update my PyCharm
to 3.1.x(I removed the previouse version with its settings). The problem exists yet.