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.