Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deploying Pyhon script (as exe/zip) on unix OS 1

Status
Not open for further replies.

Tekkanth

Programmer
Oct 27, 2004
5
US
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 in advance
kanth
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top