2) "from scipy import interpolate" triggers the below:
Traceback (most recent call last):
File "D:\Python27\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in <module>
exec_code in m.__dict__
File "mSimpleGui.py", line 10, in <module>
File "mSystem.py", line 9, in <module>
File "mSensor.py", line 10, in <module>
File "D:\Python27\lib\site-packages\scipy\interpolate\__init__.py", line 154, in <module>
from rbf import Rbf
File "D:\Python27\lib\site-packages\scipy\interpolate\rbf.py", line 50, in <module>
from scipy import linalg
ImportError: cannot import name linalg
I've attached a couple of small patches that fix these errors for me, but I'm not sure if these are the best way to fix. Could you please take a look?
I'd be happy to test alternative fixes.
Thanks in advance,
Anand