|
|
Re: Need to run Python script on Unix box with no python S/W
|
Posted: Oct 28, 2004 2:38 PM
|
|
By installing a python interpreter ;-)
There is py2exe existing for windows, so if you have WINE installed you may have a chance to get it running. http://py2exe.sf.net/
Another solution: using java and jython.
Anyway, the easiest solution is probably to get a proper python interpreter installed on the box, most ot the unix-like operating systems are shipped with some python version installed this days (even MacOSX), and getting a precompiled package should be fairly easy.
Cheers, Guillaume
|
|