PyQwt / PyQwt5

PyQwt5 is supposed to work with Qwt-5
GNU General Public License v2.0
9 stars 9 forks source link

anynumpy.py fails on Ubuntu 16.04 #4

Open twillis449 opened 7 years ago

twillis449 commented 7 years ago

Current versions of numpy do not include back compatibility with oldnumeric. So line 8 of anynumpy.py causes a failure and an error message to pop up. If this line is commented out, things work.