<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-text-flowed" style="font-family: -moz-fixed;
font-size: 12px;" lang="x-western">Hi,
<br>
<br>
I've installed eric5-5.2.6 on my Ubuntu 12.04 with the install.py.
<br>
<br>
At the first startup, I've had this error:
<br>
<br>
vincent@djoliba:~$ eric5
<br>
Traceback (most recent call last):
<br>
File "/usr/lib/python3.3/site-packages/eric5/eric5.py", line 54,
in <module>
<br>
from UI.SplashScreen import SplashScreen, NoneSplashScreen
<br>
File
"/usr/lib/python3.3/site-packages/eric5/UI/SplashScreen.py", line
16, in <module>
<br>
from eric5config import getConfig
<br>
ImportError: No module named eric5config
<br>
<br>
<br>
The file eric5config.py is not into the installed package but I
found one in the original archive.
<br>
I presume it was created at the time of the installation.
<br>
<br>
So, I've place a copy of this file into
/usr/lib/python3.3/site-packages/eric5/ and
<br>
it seems that solve the problem.
<br>
<br>
Cheers.
<br>
<br>
And thanks for Eric.
<br>
<br>
VVV
<br>
</div>
</body>
</html>