[pymvpa] cann't find mvpa.mappers.mdp_adaptor

Yaroslav Halchenko debian at onerussian.com
Sun Apr 17 23:40:48 UTC 2011


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



More information about the Pkg-ExpPsy-PyMVPA mailing list