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
My company distributes a COM object that can be license and userd by
our customers. Some of my company's internal application also use the
COM object. However, for internal applications, instead of licensing
the COM object, we just make the application registered as "friendly".
We accomplish this b
On Jul 15, 7:42 am, Michiel Overtoom <[EMAIL PROTECTED]> wrote:
> Why rebuild it? You can use a resource editor tool to add/edit/delete the
> VERSIONINFO from any Windows executable, including Python.exe ;-)
M,
Thanks for you suggestion. I didn't know that there was anything like
a "resource edit