pywwt
pywwt copied to clipboard
Compatibility issue with PyQt6
If I try and run PyWWT with PyQt6 I run into the following issue:
File "/Users/tom/python/dev/lib/python3.10/site-packages/pywwt/qt.py", line 153, in __init__
self.page.setView(self.web)
AttributeError: 'WWTQWebEnginePage' object has no attribute 'setView'
I haven't had a chance yet to investigate what the new API should be for this.