py2exe: Distributing .py files

Thomas Guettler zopestoller at thomas-guettler.de
Mon Dec 16 08:21:43 EST 2002


Hi!

Is it possible to create an executeable
with py2exe which calls a python file,
instead of building it into the exe file?

Background: My customer should be able to
change the python file. But he can't
if the script is build into an exe.

I just need a "simple" exe which calls the
script "foo.py". The exe file and the python
script will be sent to the customer.

thomas




More information about the Python-list mailing list