-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Mypy: Module qtpy.QtCore
does not explicitly export attribute QDateTime
#430
Comments
same with |
... and from |
Hi @ZeeD thank you for the feedback and sorry for the late response! Could you try using something like this when running
Or how are you running Let us know if something of the above helps or any other info that could help us reproduce the exact behavior you are experiencing! |
yeah, setting the flags helped. |
Awesome! Thank you for letting us know that the args helped @ZeeD ! Do you think some more info in the README should be added about this? Otherwise I think we could close this as completed :) |
my only concern is that I don't have installed PyQt5/6 nor pyside2. |
I think that is necessary since qtpy However, I don't have much knowledge about |
qtpy.QtCore
does not explicitly export attribute QDateTime
trying to do a
from qtpy.QtCore import QDateTime
yield the error in the titleusing pyside6 and latest mypy
The text was updated successfully, but these errors were encountered: