I'm working with a code in python. Today I moved from the text editor Kate to Geany because some people recommended me to do this. This morning I was running from Geany without any problem, now I run the same code and get this error:
Traceback (most recent call last):
File "bmag2.py", line 6, in <module>
from scipy.optimize import curve_fit
ImportError: No module named scipy.optimize
If I run the file "bmag2.py" from the terminal, everything is ok.
Do you know what could be happening? How can I fix this?