[issue28783] Embedded/nuget packages incorrectly reference bdist_wininst

Steve Dower report at bugs.python.org
Wed Nov 23 14:38:49 EST 2016


Steve Dower added the comment:

A convenient test is:

    python.exe -c "import distutils.core; distutils.core.setup()" --help-comm
ands

Without the fix, it raises "distutils.errors.DistutilsModuleError: invalid command 'bdist_wininst'".

But yes, unfortunately the fix is not particularly direct here. I've validated that it works, and since it really only has to work on my machine (right now) that's actually pretty good coverage :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28783>
_______________________________________


More information about the Python-bugs-list mailing list