[PyKDE] ANN: New eric3 snapshot

Detlev Offenbach detlev at die-offenbachs.de
Mon Sep 13 16:56:26 BST 2004


Am Sonntag, 12. September 2004 16:37 schrieb current at myrealbox.com:
> On Sunday 12 September 2004 15:44, Detlev Offenbach wrote:
> > Please test this snapshot and report all errors found.
>
> Listing eric/pixmaps ...
> Compiling eric/sitecustomize.py ...
>
> 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 480, in ?
>     main(sys.argv)
>   File "install.py", line 469, in main
>     installEric()
>   File "install.py", line 233, in installEric
>     shutil.copy('sitecustomize.py', mdir)
>   File "/usr/lib/python2.3/shutil.py", line 71, in copy
>     copyfile(src, dst)
>   File "/usr/lib/python2.3/shutil.py", line 37, in copyfile
>     fsrc = open(src, 'rb')
> IOError: [Errno 2] No such file or directory: 'sitecustomize.py'
>
>
> The previous snapshot installs fine.
>
>
> Carsten Lohrke

You probably lost your sitecustomize.py some time and now the install reaches 
a faulty branch. Please change line 282 of install.py to read

        s = open("sitecustomize.py", "w")

Then it will work.

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




More information about the PyQt mailing list