Hi all,
Curiously I cannot import mne in python after installing the 0.4 release.
I am using EPD Python 2.7. I downloaded mne-python 0.4 using git clone
git://github.com/mne-tools/mne-python.git, and installing with python
setup.py install in the source code directory. Oddly enough the command
import mne works, when ipython is envoked in the same terminal session
in which I installed mne_python. However, in a new terminal session I
get the message ImportError: No module named mne; as if some
environmental variable is lost, if so, I don't know which.
regards,
Kam