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(&quot;Hello world&quot;,self.hi,0,666)<br>
<br>I highlight &quot;insertItem&quot; and click Refactoring &gt; Query &gt; Find Definition<br><br>I get the message: &quot;No matching definition found&quot;<br><br>However, I know that there are several definitions for &quot;insertItem&quot; in PyQt4.api<br>
<br>Here is how I set up for Rope:<br><br>1)  Settings &gt; Preferences &gt; Editor &gt; 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 &quot;Add&quot;<br><br>5)  Click &quot;Compile APIs&quot;<br><br>6)  Refactoring &gt; Utilities &gt; Analyze all modules<br><br>Am I doing something wrong?<br>