I had very brief experience of Eric a couple of years ago. I now want to use it again.<br><br>I want to use Rope to find the definition of insertItem in the following line:<br><br>main_widget.helpMenu.insertItem("Hello world",self.hi,0,666)<br>
<br>I highlight "insertItem" and click Refactoring > Query > Find Definition<br><br>I get the message: "No matching definition found"<br><br>However, I know that there are several definitions for "insertItem" in PyQt4.api<br>
<br>Here is how I set up for Rope:<br><br>1) Settings > Preferences > Editor > APIs<br><br>2) Language = Python<br><br>3) Browse to:<br><br>C:\Python26\Lib\site-packages\PyQt4\qsci\api\python\PyQt4.api<br><br>
and other locations<br><br>4) Click "Add"<br><br>5) Click "Compile APIs"<br><br>6) Refactoring > Utilities > Analyze all modules<br><br>Am I doing something wrong?<br>