[BangPypers] py2exe

Abhinav Sarkar abhinav.sarkar at gmail.com
Sat Sep 20 18:14:13 CEST 2008


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.



More information about the BangPypers mailing list