-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency on pypiwin32? #9
Comments
I see that Twisted already depends on pypiwin32 for Windows installs. Are there any circumstances in which explicitly adding the dependency to qt5reactor proper would be necessary? |
Hmm, I honestly can't recall if there was a particular case where it was an issue for me. Clearly I should have commented such. That said, it is my opinion that direct dependencies should be directly required. I suppose that would suggest also including |
I think adding pyqt5 to |
I confirm that qt5reactor requires pypiwin32 on Windows. I had to install it separately. |
I wonder if the missing pypiwin32 is because we didn't know to install |
It might be worth making an explicit dependency on
pypiwin32
insetup.py
for Windows installs.The text was updated successfully, but these errors were encountered: