Hi,<br><br>this is the first time i try this Python IDE and it looks very nice :)<br>I was trying to figure out how to configure autocompletion. Autocompletion -&gt; from Source works perfectly but, if possible, i&#39;d like to &quot;extend it&quot; (i didn&#39;t understood how does work the APIs)...<br>
<br>Well, i&#39;ve installed eric4:<br><br>apt-get install libqt4-dev<br>apt-get install python-sip4<br>apt-get install python-qscintilla2<br><br>and it starts without any problem.<br>The problem is the segmentation fault when i close the program.<br>
Let&#39;s say that i write some python code.<br>Then, i save the source code and then &quot;File&quot; -&gt; &quot;Quit&quot;<br><br>Here is the debug print:<br><br>$ eric4 --debug<br>DEBUG:root:Importing Preferences<br>Warning: translation file &#39;qt_en_US&#39;could not be loaded.<br>
Using default.<br>Warning: translation file &#39;eric4_en_US&#39;could not be loaded.<br>Using default.<br>Warning: translation file &#39;qscintilla_en_US&#39;could not be loaded.<br>Using default.<br>DEBUG:root:Importing packages...<br>
DEBUG:root:Generating Main Window...<br>DEBUG:root:Initializing Plugin Manager...<br>DEBUG:root:Generating Main User Interface...<br>DEBUG:root:Creating Layout...<br>DEBUG:root:Creating Viewmanager...<br>DEBUG:root:Creating toolboxes...<br>
DEBUG:root:Created Layout<br>DEBUG:root:Creating Debugger UI...<br>DEBUG:root:Creating Programs Dialog...<br>DEBUG:root:Creating Shortcuts Dialog...<br>DEBUG:root:Setting up connections...<br>DEBUG:root:Initializing Tools...<br>
DEBUG:root:Registering Objects...<br>DEBUG:root:Initializing Actions...<br>DEBUG:root:Initializing Menus...<br>DEBUG:root:Initializing Toolbars...<br>DEBUG:root:Initializing Statusbar...<br>DEBUG:root:Activating Plugins...<br>
DEBUG:root:Restoring Toolbarmanager...<br><br>#Everything goes fine, the program starts without any problem<br><br>#Quit Program<br><br>DEBUG:root:Shutting down, result 0<br>Segmentation fault   ???<br><br>I&#39;m on Ubuntu 10.04 LTS - 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 19:31:57 UTC 2010 x86_64 GNU/Linux<br>
<br>Any ideas?<br><br>Thanks :)<br><br><br><br>