-
Notifications
You must be signed in to change notification settings - Fork 39
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
ImportError: cannot import name 'QActionGroup' from 'pivy.qt.QtWidgets' #115
Comments
Okay, I've just confirmed that this problem is from PySide
|
Both classes now load. In desperation I tried lots of things, the last of which was Now I can run some of the tests but sadly not visual_test.py. I keep getting the error
Using pdb, I tracked the problem to the QGLWidget constructor:
Are the tests up to date? Or is my version of Qt and PySide version 6.6.1 unsupported? I am happy to downgrade but I am not sure to which version. |
I've rebuilt soqt, quarter and pivy to use QT5 but the situation is now worse :-(
|
you are right, there were some changes in qt6/PySide6. |
I'm going to rebuild all dependencies with QT6 and try the examples e.g. Update
Basically, the situation is much worse. I've also tried downgrading to 0.6.8 but that didn't work either. Holding out for help. |
As shown below, a test of my pivy build shows that some Qt classes are missing, namely QActionGroup and QAction
What would be the cause of this?
The text was updated successfully, but these errors were encountered: