NOAA-PMEL / PyFerret

The PyFerret program and Python module from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
60 stars 22 forks source link

Fix import statements under pviewmod (pipedviewer module) for Python3.6 #35

Closed karlmattsmith closed 7 years ago

karlmattsmith commented 7 years ago

With this the viewers under PyQt5 on Mac Sierra are sort-of working. The test main in each will start, show the window, do some drawing. But at some point in the commands fed to them, they crash. Need to try on some other system with Python 3.x (I know >= 3.3 from functions used, but only tested on 3.6 so far) and either PyQt4 or PyQt5.