pywwt icon indicating copy to clipboard operation
pywwt copied to clipboard

Compatibility issue with PyQt6

Open astrofrog opened this issue 2 years ago • 2 comments

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.

astrofrog avatar Jan 12 '23 11:01 astrofrog