Mahaboob subhan wrote:
we can install py2exe only in windows,
it's not available for Linux .

meaning we can't install py2exe in Linux

any other alternatives?


thanks,
Subhan

If you are trying to make python scripts executable in Linux, then you don't need any special software to do that. Just make the script executable by chmodding them like this:
chmod +x script.py

Cheers,

--
Abhinav Sarkar

Web: http://claimid.com/abhin4v
Twitter: http://twitter.com/abhin4v
---------
The world is a book, those who do not travel read only one page.

_______________________________________________
BangPypers mailing list
[email protected]
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to