Newbie Question About Python

Simon Brunning SBrunning at trisystems.co.uk
Thu Aug 23 06:10:50 EDT 2001


> From:	Fumari [SMTP:Fumari at yahoo.com]
> Ive been starting to learn Python by looking over some tuts linked from
> the offical site.  Now it seems to me Python is like perl as in the
> system must have perl installed in order to run the program? is this
> correct, in python you right out the code then command line it?  Is
> there a way to make an exe file?
 
There are ways of 'boxing up' your script, the scripts and DLLs that your
script needs, and the Python executable - see
<http://starship.python.net/crew/theller/py2exe/> for a example.

Cheers,
Simon Brunning
TriSystems Ltd.
sbrunning at trisystems.co.uk




-----------------------------------------------------------------------
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorised. If you are not the intended recipient, any disclosure,
copying, distribution, or any action taken or omitted to be taken in
reliance on it, is prohibited and may be unlawful. TriSystems Ltd. cannot
accept liability for statements made which are clearly the senders own.




More information about the Python-list mailing list