Re: [pywin32-checkins] pywin32/win32/src PythonService.rc,NONE,1.1
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Thomas H. <th...@py...> - 2003-10-24 08:20:08
|
mha...@us... writes: > Update of /cvsroot/pywin32/pywin32/win32/src > In directory sc8-pr-cvs1:/tmp/cvs-serv10400/src > > Added Files: > PythonService.rc > Log Message: > Give up in disgust trying to make version branding work with a .exe, so > revert back to the hack of a dummy rc file. I must look into py2exe's > version branding code - it seems to work! Well, somewhat. It seems that you need *any* resource in the exe (which you may want to delete afterwards, or not) otherwise you cannt insert or add other resources. Second, on win98 the version resource that py2exe creates doesn't display in the explorer file properties box. Not that I care too much about win98 anymore. Thomas |