-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Import error when importing PYSIDE6
while using QtPy
<= 1.x
#227
Comments
Hi @duylp thank you for the feedback! Could you update to the latest |
Hi @dalthviz, thanks for solution, that should work. Reading from the changelog, I don't see any features aside from this depend on In our usage, |
Thanks for the info @duylp ! I see, so maybe you are still using Qt4? Checking maybe we could change the validation using qtawesome/qtawesome/iconic_font.py Line 535 in 1623f2a
to use qtpy.PYSIDE_VERSION so:
if PYSIDE_VERSION: What do you think @ccordoba12 ? In that way we should not need to constrain Also @duylp could you check if the change I'm suggesting works in your setup with |
PYSIDE6
while using QtPy
<= 1.x
Yeah, sounds good to me. |
Thanks, I've tested it and your solution works for me. |
A recent change made
qtawesome
depend onPYSIDE6
, which is not necessary in my opinion.A simple
try/catch
would fix this.The text was updated successfully, but these errors were encountered: