On Sun, 17 Apr 2011, Rahul Gandhi wrote:
>    Output of mvpa__version__ is 0.4.7
>    That means I should check [1]http://v04.pymvpa.org/ for examples. But
>    why am I not able to find mvpa.mappers? 

have you tried to import them? e.g.

import mvpa.mappers

?

import mvpa

imports only the core functionality, each submodule needs a separate
import.  if you want to import all functionality of mvpa into current
namespace, just do

from mvpa.suite import *

> I installed mvpa using exe file
>    from [2]http://alioth.debian.org/frs/?group_id=30954. Am I missing
>    something during installation??

-- 
=------------------------------------------------------------------=
Keep in touch                                     www.onerussian.com
Yaroslav Halchenko                 www.ohloh.net/accounts/yarikoptic

_______________________________________________
Pkg-ExpPsy-PyMVPA mailing list
Pkg-ExpPsy-PyMVPA@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa

Reply via email to