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.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to