-
Notifications
You must be signed in to change notification settings - Fork 619
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
VisPy does not work properly if QtWebEngineWidgets is imported #2577
Comments
I've seen this in the past with one of the various incarnations of web-widgets in the Qt space and older version of Qt (maybe 5.x). As best I remember this is usually a bug in Qt with interactions between the OpenGL widgets and the web engine widgets. Edit: Otherwise #2570 so I won't have time for debugging this further. |
@astrofrog can you post your whole env ( |
@aganders3 - ah this works for me too on 6.6, it didn't work on 6.4, so maybe this was indeed a Qt6 bug that has been fixed? |
That's great @astrofrog - maybe look for a Qt bug but otherwise can you close this issue if you're satisfied? |
I am trying to use vispy with PyQt 6.4 in an application where I also need to use
QtWebEngineWidgets
. This used to work fine with PyQt5 but no longer works. For example if I take theline_plot3d.py
script from the examples in vispy:I get:
So far, so good. However, if I add an import at the top:
Then the output is:
I am using the latest developer version of VisPy on Python 3.11.2 on an M1 Mac.
The text was updated successfully, but these errors were encountered: