Regarding the last message about python import error for mne module. I
found a solution with appending the mne-python installation directory to
my python path in my bashrc, which wasn't the case with the previous
version. In any case, things seem to be in order now, please disregard
last post.
Kam
hi Kambiz,
I am glad that you found your way but "python setup.py install"
or "python setup.py install --user" (for single user install) should work.
I tried and it seemed to work.
For most users "easy_install -U mne" or 'pip install mne --upgrade"
should do automatic install from the web.
Alex