Problem with py2exe

Miki Tebeka mtebeka at qualcomm.com
Mon Oct 31 02:19:38 EST 2005


Hello DDany,


> copying D:\programs\python24\MSVCR71.dll -> D:\Applicazione\dist
> error: could not delete 'C:\app\dist\MSVCR71.dll': Permission denied
> 
> However folders build and dist are created: in particular into the
> folder dist i have the w9xpopen.exe file, some *.pyd files and some
> dll's... among dll's I have the MSVCR71.dll too.
>
My guess in the MSVCR71.dll is a read-only file in system32 and when py2exe
tries to copy it the 2'nd time it fails.

Either change MSVCR71.dll to read-write in system32 or delete "dist" before
calling to py2exe.

One final note: 
You subject line could have been better, see
http://www.catb.org/~esr/faqs/smart-questions.html.

Bye.
--
------------------------------------------------------------------------
Miki Tebeka <mtebeka at qualcomm.com>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 215 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20051031/2b0bae12/attachment.sig>


More information about the Python-list mailing list