I have written a small python script on windows 2000 and would like to deploy it in Unix box (there is no python installed). Can anyone help me how should i approach?
Thanks for your reply. So wherever i want to run my script, i need Python installed on that machine?
I was just reading about Py2exe which creates a setup exe file and can be installed anywhere without Python installed.
Doesn't py2exe help in anyway?
That would only work for windoze installations. If you were developing on Unix and deploying to the same type of unix there are tricks like py2exe, but a winblows exe will not run on a Unix box.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.