Re: Import PY file not included in py2exe executable

2007-10-04 Thread Florian Schmidt
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

Re: Import PY file not included in py2exe executable

2007-10-04 Thread Larry Bates
[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

Import PY file not included in py2exe executable

2007-10-04 Thread ward . david
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