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 -> from Source works perfectly but, if possible, i'd like to "extend it" (i didn't understood how does work the APIs)...<br>
<br>Well, i'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's say that i write some python code.<br>Then, i save the source code and then "File" -> "Quit"<br><br>Here is the debug print:<br><br>$ eric4 --debug<br>DEBUG:root:Importing Preferences<br>Warning: translation file 'qt_en_US'could not be loaded.<br>
Using default.<br>Warning: translation file 'eric4_en_US'could not be loaded.<br>Using default.<br>Warning: translation file 'qscintilla_en_US'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'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>