Open beruic opened 6 years ago
I think the reason was that the binary pywin32 package was needed, and until recently (or not so recently), there hasn't been a wheel package for that.
Last time I checked, pypiwin32 did not work under Python 2.7. Though I now see that it is in the requirements.txt... I guess we could just add it to install_requires
.
When installing
django-windows-tools
it should automatically installpypiwin32
as a dependency. This does not happen currently.