[Tutor] Alternatives to PY2EXE

Tim Golden Tim.Golden at viacom-outdoor.co.uk
Thu Nov 16 09:10:06 CET 2006


[Chris Hengge]

| Because alot of the users here at Intel dont want to admit 
| you can write usable programs in a "scripting" language.. so 
| when they see a .exe they feel comfy... 

One option which could help there -- although your
other considerations might outweigh it -- is
Fredrik Lundh's exemaker:

http://effbot.org/zone/exemaker.htm

It doesn't bundle up Python in the way that py2exe
does: you still need to have python on the target
machine. But it does provide an .exe of your
program (which, behind the scenes, loads up the
Python dll in the same way that the python.exe
would have done in the first place).

Thst way, the .exe-comfortable user sees a .exe
without the extra work of py2exe/installer etc.

TJG

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


More information about the Tutor mailing list