Dear list, I run pymvpa on Neurodebian 6.0.2 64bit on windows 7 system. Pymvpa 0.4 works fine on it, but when I try to change to pymvpa 0.6 by installing the python-mvpa-snapshot, I got an error when I try to do "from mvpa.suite import *":
===========>>> from mvpa.suite import *Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/pymodules/python2.6/mvpa/suite.py", line 73, in <module> from mvpa.clfs.warehouse import * File "/usr/lib/pymodules/python2.6/mvpa/clfs/warehouse.py", line 305, in <module> from scikits.learn.lda import LDA as sklLDAImportError: No module named lda=========== I am using python 2.6.6. A bit more information bout the pymvpa I installed: ============brain@neurodebian:~$ apt-cache policy python-mvpa python-mvpa-snapshotpython-mvpa: Installed: (none) Candidate: 0.4.7-1~nd60+1 Version table: 0.4.7-1~nd60+1 0 500 http://neuro.debian.net/debian/ squeeze/main amd64 Packages 0.4.5~dev23-2 0 500 http://amd64-geomirror.debian.net/debian/ squeeze/main amd64 Packagespython-mvpa-snapshot: Installed: 0.6.0~rc2-1~nd60+1 Candidate: 0.6.0~rc2-1~nd60+1 Version table: *** 0.6.0~rc2-1~nd60+1 0 500 http://neuro.debian.net/debian/ squeeze/main amd64 Packages 100 /var/lib/dpkg/status============ Any idea why I got this error? Many thanks in advance!Meng
_______________________________________________ Pkg-ExpPsy-PyMVPA mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa

