[python-win32] Creating an MSI of pywin32

Brad Johnson Brad.Johnson at ballardtech.com
Tue Apr 22 22:15:34 CEST 2008


Brad Johnson <Brad.Johnson <at> ballardtech.com> writes:

Note, I can fix this by hard coding a valid version in
\distutils\command\bdist_msi.py by changing

sversion = "%d.%d.%d" % StrictVersion(version).version

to

sversion = "210"
(where 210 is the build number)

But, obviously this just side-steps the problem.



More information about the python-win32 mailing list