standalone programs

Matthew Schinckel matt at null.net
Mon Jun 19 21:56:22 EDT 2000


bazza at ireland.com (Barry Kilcline) wrote:
> Folks
> 
> I am a novice python programmer with some experience in C++. I'm
> trying to create a fully stand alone programme to put on systems where
> python is not installed. For my sins, I'm working on a windows
> platform. Can anyone give me an idiot's guide on how to do this,
> please? I have tried using freeze but without much success. (I have
> VC++ installed)
> 
> Any help would be much appreciated
> 
> Regards Bazza

One option is to use mxCGIPython (can't remember the URL, find it on
Parnassus <http://www.vex.net/parnassus>, and just have a compiled
single-file binary and the program.

Matt.



More information about the Python-list mailing list