[pymvpa] I need some help

이다솜 sayaple87 at gmail.com
Fri May 20 06:30:28 UTC 2011


Hi all,



I have a problem about starting pymvpa.



I installed many things



python-2.5.1
pymvpa-0.4.4.win32-py2.5
numpy-1.6.0-win32-superpack-python2.5
pynifti-0.20090303.1.win32-py2.5
scipy-0.9.0-win32-superpack-python2.5

matplotlib-1.0.0.win32-py2.5



The problem is



IDLE 1.2.1
>>> from mvpa.suite import *
Warning: Extremely bad integrand behavior occurs at some points of the
  integration interval.
Warning: Extremely bad integrand behavior occurs at some points of the
  integration interval.

Warning (from warnings module):
  File "C:\Python25\lib\site-packages\numpy\lib\function_base.py", line 1881
    _res = array(self.ufunc(*newargs),copy=False,
RuntimeWarning: invalid value encountered in _cdf_single_call (vectorized)

Warning (from warnings module):
  File "C:\Python25\lib\site-packages\matplotlib\numerix\__init__.py", line
18
    warnings.warn(msg, DeprecationWarning)
DeprecationWarning:
**********************************************************
matplotlib.numerix and all its subpackages are deprecated.
They will be removed soon.  Please use numpy instead.
**********************************************************

>>>



so, I remove matplotlib and I get next



>>> from mvpa.suite import *
Warning: Extremely bad integrand behavior occurs at some points of the
  integration interval.
Warning: Extremely bad integrand behavior occurs at some points of the
  integration interval.

Warning (from warnings module):
  File "C:\Python25\lib\site-packages\numpy\lib\function_base.py", line 1881
    _res = array(self.ufunc(*newargs),copy=False,
RuntimeWarning: invalid value encountered in _cdf_single_call (vectorized)
>>> from mvpa.suite import *
>>> datapath = os.path.join(pymvpa_datadbroot, 'tutorial_data',
'tutorial_data', 'data')

Traceback (most recent call last):
  File "<pyshell#2>", line 1, in <module>
    datapath = os.path.join(pymvpa_datadbroot, 'tutorial_data',
'tutorial_data', 'data')
NameError: name 'pymvpa_datadbroot' is not defined
>>>



I don't know what the problem is...



The path is C:\Python25\tutorial_data\tutorial_data\data
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-exppsy-pymvpa/attachments/20110520/b5642c53/attachment.htm>


More information about the Pkg-ExpPsy-PyMVPA mailing list