[Py2exe-users] could not delete MSVCR71.dll (!!??)
by Avery Andrews other posts by this author
Feb 26 2006 8:27PM messages near this date
RE: [Py2exe-users] Re: could not delete MSVCR71.dll (!!??)
|
[Py2exe-users] matplotlib and Movable Python
What kind of thing could cause a setup script that works fine on one
machine to fail on another with the following error:
copying C:\Python24\MSVCR71.dll -> C:\Mobile Working\wxTree\dist
error: could not delete 'C:\Mobile Working\wxTree\dist\MSVCR71.dll':
Permission
denied
The msg is hard to understand because the error happens when the \dist
directory doesn't exist at the time that setup is called, so why does it
think it's supposed to delete the files?
The failure only seems to happen, on this machine, when a wxPython script
is included in the build; if this is left out, or a Tix/Tkinter version
substituted, things work.
Thanks.
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Py2exe-users mailing list
Py2exe-users@[...].net
https://lists.sourceforge.net/lists/listinfo/py2exe-users
|