converting python scripts to exe

Gerhard Häring gerhard.haering at opus-gmbh.net
Tue Nov 19 11:24:38 EST 2002


In article <mailman.1037718394.14106.python-list at python.org>, asdfasd asdfasdf wrote:
> hi

Hi "asdfasd asdfasdf",

> i have a python script and this script calls another program by using
> os.system() function. This program needs a configuration file as input.
> i converted this python script to exe using py2exe utility and removed
> the configuration file as this configuration file contains passwords and
> such...

Why don't you simply convert your configuration file into a Python module
with the appropriate constants?
-- 
Gerhard Häring
OPUS GmbH München
Tel.: +49 89 - 889 49 7 - 32
http://www.opus-gmbh.net/



More information about the Python-list mailing list