[PyKDE] Eric3 installation bug
Detlev Offenbach
detlev at die-offenbachs.de
Fri Mar 25 18:36:07 GMT 2005
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, 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
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the PyQt
mailing list