converting python scripts to exe

asdfasd asdfasdf s802645999 at yahoo.com
Tue Nov 19 09:11:44 EST 2002


hi

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...

the exe file did not work becos it complains there is no such configuration file....so how do i 'static' compile into an exe so that even if i remove this config file, the exe still works....?? is it possible with other utilities like cx_freeze or Gordon McMillan's Installer or something like that??

thanks

 



---------------------------------
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20021119/f5532536/attachment.html>


More information about the Python-list mailing list