sq6jnx / sr0wx.py

Automatic hamradio weather station written in python
Apache License 2.0
13 stars 4 forks source link

oldnumeric is depreciated as of NumPy 1.8 and removed in 1.9 #37

Closed sq7lrx closed 8 years ago

sq7lrx commented 9 years ago

oldnumeric is no longer available in newer numpy distributions.

$ python sr0wx.py 
Traceback (most recent call last):
  File "sr0wx.py", line 63, in <module>
    import lib.cw as cw
  File "/home/sq7lrx/Devel/sr0wx.py/lib/cw.py", line 19, in <module>
    import numpy.oldnumeric as Numeric
ImportError: No module named oldnumeric
sq7lrx commented 9 years ago

source: https://github.com/numpy/numpy/pull/3638

sq6jnx commented 8 years ago

numpy and oldnumeric removed in 9e7eb9ce61d4b704506d718f60ad47f816e4e4f9

sq6jnx commented 8 years ago

Thanks for this report.