Python Light Revisted?

Robin Becker robin at reportlab.com
Tue Aug 23 07:18:55 EDT 2005


Steve Holden wrote:
> Bryan wrote:
> 
>>>Someone recently produced a distribution capable of running from a CD 
>>>and designed to make it easy to use Python on machines where it wasn't 
>>>actually installed. That might be a useful starting point too, but I 
>>>can't find the right incantation to get Google to bring it up.
>>>
>>>regards
>>> Steve
>>
>>
>>steve,
>>
>>are you thinking about moveable python?
>>
>>http://www.voidspace.org.uk/python/movpy/
>>
> 
> The very one, thanks.
> 
> regards
>   Steve

I have just used the NSIS + py2exe magic detailed at 
http://starship.python.net/crew/theller/moin.cgi/SingleFileExecutable to create 
a single exe tkinter + twisted app.

The whole thing took about 3 days to build and deploy to testing of which about 
one day was figuring out how the NSIS + py2exe stuff worked. I think the nsis 
script needed a minor tweak to do exactly what we wanted.

-- 
Robin Becker




More information about the Python-list mailing list