krischer / instaseis

Instant high-frequency seismograms from an AxiSEM database
http://instaseis.net
Other
51 stars 23 forks source link

issue with PySide2 #84

Open gnpang opened 2 years ago

gnpang commented 2 years ago

I tried to use the instaseis GUI, however, it is not compatible with the new version of PySide2, and the newer version PySide2 does not have QMainWindow in QGui object. Could you please tell me what version of PySide2 does instaseis use or update instaseis to the new version of PySide2?

rossmaguire commented 2 years ago

I am also having this issue, and I am wondering if you were ever able to find a solution

gnpang commented 2 years ago

The PySide version is incompatible. I have 5.15.2, so I just go in the instaseis_gui.py qt_window.py scientific_double_spin_box.py of the instaseis and manually fix it

rossmaguire commented 2 years ago

Thank you! Are you considering making a pull request to incorporate your changes?