[PyKDE] ANN: new eric3 snapshot released

Detlev Offenbach detlev at die-offenbachs.de
Tue Sep 27 18:57:14 BST 2005


Am Dienstag, 27. September 2005 10:21 schrieb Cedric BRINER:
> sorry for the previous email..
> I was in a rush..
>
> ok. I have a debian sarge. And eric3 was already installed with the
> packaging system (apt-get) I'm trying to install the eric3 software in my
> home directory space.
>
> so after removing the eric3 packages and adding the python-qtex as the root
> user. the command as my normal login gives me:
> python install.py -b ~/bin -d ~/lib/python2.3/site-packages
> -------%<-------
>     Listing eric/icons/default ...
>     Listing eric/pixmaps ...
>
>     Installing eric3 ...
>     An internal error occured.  Please report all the output of the
> program, including the following traceback, to eric-bugs at die-offenbachs.de.
>
>     Traceback (most recent call last):
>       File "install.py", line 611, in ?
>         main(sys.argv)
>       File "install.py", line 588, in main
>         installEric()
>       File "install.py", line 262, in installEric
>         shutil.copy('sitecustomize.py', pyModDir)
>       File "/usr/lib/python2.3/shutil.py", line 72, in copy
>         copyfile(src, dst)
>       File "/usr/lib/python2.3/shutil.py", line 39, in copyfile
>         fdst = open(dst, 'wb')
>     IOError: [Errno 13] Permission denied:
> '/usr/lib/python2.3/site-packages/sitecustomize.py' Exit 1
> ------%<------
> and ls -l /usr/lib/python2.3/site-packages/sitecustomize.py
> ls: /usr/lib/python2.3/site-packages/sitecustomize.py: No such file or
> directory
>
> so did I miss a parameter to provide to the install script to tell it that
> I want to have this installation on my home directory ?
>

No, you didn't miss something. I forgot to mention, that eric3 wants to 
generate/modify the file sitecustomize.py on the very first installation. 
Therefore this very first installation must be done as root. Therafter, you 
can install as a normal user to whatever directory you like as long as you 
have write privileges.

>
> Ced.

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de




More information about the PyQt mailing list