Re: Problem with py2exe

2005-11-02 Thread DDany
er subject! Miki Tebeka wrote: > Hello DDany, > 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 py2

Problem with py2exe

2005-10-30 Thread DDany
HI! I've a problem with py2exe: well, first of all I say that I use python 2.4.1 , py2exe 0.6.3 and distutils 1.0.2 on winxp. To use py2exe I wrote a file setup.py like this: from distutils.core import setup import py2exe setup( version = "0.1", description = "Py2Exe Script", name = "A