On Thu, Oct 04, 2007 at 10:15:59AM -0700, [EMAIL PROTECTED] wrote:
> ... because they are used for program configuration ...
not sure if i completely understood but i guess you do something like
that:
my_config.py:
db_host = "mydbserver"
db_user = "root"
...
and in your program.py yo
[EMAIL PROTECTED] wrote:
> I am using py2exe to generate an executable so that I can deliver my
> scripts as a EXE. I have a couple of file that are needed by the
> program that I do not want to include in the EXE because they are used
> for program configuration (similar to the way an INI file is
I am using py2exe to generate an executable so that I can deliver my
scripts as a EXE. I have a couple of file that are needed by the
program that I do not want to include in the EXE because they are used
for program configuration (similar to the way an INI file is used.)
These file may change per