Hi, I have the same problem. Can it be caused by an error in the startup. In Eric settings folder user\_eric4 there is an error log file with <br><br>-------------------------------------------------------------------------------- <br>
2008-04-10, 22:22:10 <br>-------------------------------------------------------------------------------- <br>&lt;type &#39;exceptions.UnicodeEncodeError&#39;&gt;: <br>&#39;ascii&#39; codec can&#39;t encode character u&#39;\xe4&#39; in position 10: ordinal not in range(128) <br>
-------------------------------------------------------------------------------- <br>&nbsp; File &quot;C:\python25\Lib\site-packages\eric4\eric4.pyw&quot;, line 8, in &lt;module&gt; <br>&nbsp;&nbsp;&nbsp; main() <br>&nbsp; File &quot;C:\Python25\Lib\site-packages\eric4\eric4.py&quot;, line 234, in main <br>
&nbsp;&nbsp;&nbsp; mainWindow = UserInterface(loc, splash, pluginFile) <br>&nbsp; File &quot;C:\Python25\Lib\site-packages\eric4\UI\UserInterface.py&quot;, line 530, in __init__ <br>&nbsp;&nbsp;&nbsp; self.__readTasks() <br>&nbsp; File &quot;C:\Python25\Lib\site-packages\eric4\UI\UserInterface.py&quot;, line 3643, in __readTasks <br>
&nbsp;&nbsp;&nbsp; parser.parse(f) <br>&nbsp; File &quot;C:\Python25\lib\xml\sax\expatreader.py&quot;, line 107, in parse <br>&nbsp;&nbsp;&nbsp; xmlreader.IncrementalParser.parse(self, source) <br>&nbsp; File &quot;C:\Python25\lib\xml\sax\xmlreader.py&quot;, line 119, in parse <br>
&nbsp;&nbsp;&nbsp; self.prepareParser(source) <br>&nbsp; File &quot;C:\Python25\lib\xml\sax\expatreader.py&quot;, line 111, in prepareParser <br>&nbsp;&nbsp;&nbsp; self._parser.SetBase(source.getSystemId()) <br><br>-------------------------------------------------------------------------------- <br>
Version Numbers: <br>&nbsp; Python 2.5.1 <br>&nbsp; Qt 4.3.3 <br>&nbsp; PyQt4 4.3.3 <br>&nbsp; sip sip version not available <br>&nbsp; QScintilla 2-snapshot-20071223 <br>&nbsp; eric4 4.1.2 (r2105) <br><br>Platform: win32 <br>2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] <br>
<br>This seems to be a problem with the scandinavian letters (\xe4 == ä == is the a with dots above) in directory names or file names. My _eric4 folder is in a path with scandinavian letters in the name. Should have known better of course... <br>
<br>- Lauri