I apologize if I have hijacked Josh&#39;s post, but I was having the same autocompletion problem on WinXP Home (I&#39;m not a techie).<br><br>I followed the instructions from Detlev:<br><br>&gt; Have you tried to enable the usage of the Python API file that comes with<br>
&gt; QScintilla (I think)? Just go to the eric4 configuration dialog, API page,<br>&gt; select Python and select &quot;Add from installed APIs&quot;. You should get a list<br>&gt; of<br>&gt; raw API files to select from. Once done, just compile the list into a<br>
&gt; prepared API file (which is a binary file). This file is used by the<br>&gt; QScintilla autocompletion.<br><br>I found more api files in:<br><br>C:\Python26\Lib\site-packages\PyQt4\qsci\api\python<br><br>I used eric4-api.bat on my own project files to create an .api file.<br>
<br>I added all these api files to the list, and then compiled.<br><br>After that, I did:<br><br>Settings &gt; Preferences &gt; Editor &gt; Autocompletion &gt; QScintilla<br><br>Uncheck everything.<br><br>Select &quot;From Document and API Files&quot;<br>
<br>Now, everything works great.<br>