[PyKDE] Eric3 installation bug

John Ridley ojokimu at yahoo.co.uk
Fri Mar 25 22:17:36 GMT 2005


--- Detlev Offenbach <detlev at die-offenbachs.de> wrote:
> Am Freitag, 25. März 2005 16:44 schrieb John Ridley:
> > Hello
> >
> > installed eric 3.6.2 today but found one bug:
> >
> > [root]# python install.py -b /usr/local/bin -d /usr/local/lib/eric
> > [user]# eric3
> > Traceback (most recent call last):
> >   File "/usr/local/lib/eric/eric3/eric3.py", line 21, in ?
> >     from UI.SplashScreen import SplashScreen, NoneSplashScreen
> >   File "/usr/local/lib/eric/UI/SplashScreen.py", line 14, in ?
> > ImportError: No module named eric3config
> >
> > the module gets installed as [installdir]/eric3config.py when it
> should
> > be [installdir]/eric3/eric3config.py
> >
> > after moving the file, everything else seems okay
> >
> > thanks for the nice IDE, Detlev!
> >
> 
> Actually eric3config.py should always be installed in the Python
> site-packages directory,

Okay, thanks.

> so that it is always accessible. Due to a bug in the
> install 
> script, this isn't the case, if the -d option was used for the
> installation. 
> This will be fixed in the next development snapshot.
>
> Detlev

Just thought I'd let you know that the sitecustomize.py file also ended
up in the install dir. I assume this will be dealt with by the same
fix.




John Ridley

Send instant messages to your online friends http://uk.messenger.yahoo.com 




More information about the PyQt mailing list