Am Sonntag, 12. September 2004 16:37 schrieb [EMAIL PROTECTED]:
> 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 [EMAIL PROTECTED]
>
> 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
[EMAIL PROTECTED]

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to