Roger Binns <pyt...@rogerbinns.com> added the comment: This issue is highly annoying. The ultimate cause is the msi code using the StrictVersion class to get the version number. StrictVersion is documented to be constrained to numerical dot separated versions, and there doesn't appear to be a way of providing that. My extension has a human readable version and I'm happy to also provide a different mangled version to keep this command working. I suspect the strictversion doesn't actually matter than much and is only used to identify an identical version of the installer so there is no reason why it can't be automatically derived from the human readable version.
---------- nosy: +rogerbinns _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6040> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com