Version strings in executable created by Py2exe

Jimmy Retzlaff jimmy at retzlaff.com
Mon Jun 3 16:08:51 EDT 2002


Robert L. Oelschlaeger [mailto:roelsch at comtrak.com] wrote:
> Running with Python 2.2. I've created myAppName.exe using Py2exe, with
> the "version_companyname" and "version_legalcopyright" specified in
> the setup .cfg file as follows:
...
> Why are the version_companyname and version_legalcopyright strings not
> installed for the "Company Name" and "Copyright"?

"version" should be followed by a dash rather than an underscore. So,
for example, you should use "version-companyname" rather than
"version_companyname".

Jimmy





More information about the Python-list mailing list