[Tutor] Problem with exe file (original) (raw)

Magnus Lyckå magnus at thinkware.se
Sun Jul 18 12:45:56 CEST 2004


At 03:08 2004-07-17 -0700, Ali Polatel wrote:

Dear Friends, I wrote a simple programme with python then have changed it into an exe file with py2exe. but it doesn't work in computers where python is not installed. What should I do to make it work independently?

It's a while since I used it, but if you got some DLLs etc in the directory where the exe-file got created, you need to deploy them as well.

-- Magnus Lycka (It's really Lyckå), magnus at thinkware.se Thinkware AB, Sweden, www.thinkware.se I code Python ~ The Agile Programming Language



More information about the Tutor mailing list