Convert python to exe

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Sun Mar 13 19:01:03 EST 2005


In <1110753113.187057.279740 at l41g2000cwc.googlegroups.com>,
gouqizi.lvcha at gmail.com wrote:

> I have a python script under linux, I wonder if I can be converted to
> an executable or not?

Place '#!/usr/bin/env python' as the first line of your script and type::

  chmod u+x yourscript.py

at the command line.  ;-)

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list