<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div>Yes exactly: 0.7.1rc3</div><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><br>Thanks for your response, installing all these modules is indeed tedious.<br><br>George<br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> "pkg-exppsy-pymvpa-request@lists.alioth.debian.org" &lt;pkg-exppsy-pymvpa-request@lists.alioth.debian.org&gt;<br><b><span style="font-weight: bold;">To:</span></b> pkg-exppsy-pymvpa@lists.alioth.debian.org<br><b><span style="font-weight: bold;">Sent:</span></b> Tuesday, June 23, 2009 7:07:29 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Pkg-ExpPsy-PyMVPA Digest, Vol 16, Issue 7<br></font><br>
Send Pkg-ExpPsy-PyMVPA mailing list submissions to<br>&nbsp;&nbsp;&nbsp; <a ymailto="mailto:pkg-exppsy-pymvpa@lists.alioth.debian.org" href="mailto:pkg-exppsy-pymvpa@lists.alioth.debian.org">pkg-exppsy-pymvpa@lists.alioth.debian.org</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br><span>&nbsp;&nbsp;&nbsp; <a target="_blank" href="http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa">http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa</a></span><br>or, via email, send a message with subject or body 'help' to<br>&nbsp;&nbsp;&nbsp; <a ymailto="mailto:pkg-exppsy-pymvpa-request@lists.alioth.debian.org" href="mailto:pkg-exppsy-pymvpa-request@lists.alioth.debian.org">pkg-exppsy-pymvpa-request@lists.alioth.debian.org</a><br><br>You can reach the person managing the list at<br>&nbsp;&nbsp;&nbsp; <a ymailto="mailto:pkg-exppsy-pymvpa-owner@lists.alioth.debian.org"
 href="mailto:pkg-exppsy-pymvpa-owner@lists.alioth.debian.org">pkg-exppsy-pymvpa-owner@lists.alioth.debian.org</a><br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Pkg-ExpPsy-PyMVPA digest..."<br><br><br>Today's Topics:<br><br>&nbsp;  1. Installation problem (George Christopoulos)<br>&nbsp;  2. Re: Installation problem (Yaroslav Halchenko)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Mon, 22 Jun 2009 13:46:21 -0700 (PDT)<br>From: George Christopoulos &lt;<a ymailto="mailto:georchris5@yahoo.com" href="mailto:georchris5@yahoo.com">georchris5@yahoo.com</a>&gt;<br>Subject: [pymvpa] Installation problem<br>To: <a ymailto="mailto:pkg-exppsy-pymvpa@lists.alioth.debian.org" href="mailto:pkg-exppsy-pymvpa@lists.alioth.debian.org">pkg-exppsy-pymvpa@lists.alioth.debian.org</a><br>Message-ID: &lt;<a
 ymailto="mailto:577524.83247.qm@web50602.mail.re2.yahoo.com" href="mailto:577524.83247.qm@web50602.mail.re2.yahoo.com">577524.83247.qm@web50602.mail.re2.yahoo.com</a>&gt;<br>Content-Type: text/plain; charset="us-ascii"<br><br>Hi <br><br>when I try to run import mvpa in a windows machine i get the foillowing message<br>Traceback (most recent call last):<br>&nbsp; File "&lt;pyshell#0&gt;", line 1, in &lt;module&gt;<br>&nbsp; &nbsp; import mvpa<br>&nbsp; File "C:\Python25\Lib\site-packages\mvpa\__init__.py", line 99, in &lt;module&gt;<br>&nbsp; &nbsp; externals.exists('scipy', force=True, raiseException=False)<br>&nbsp; File "C:\Python25\Lib\site-packages\mvpa\base\externals.py", line 390, in exists<br>&nbsp; &nbsp; exec _KNOWN[dep]<br>&nbsp; File "&lt;string&gt;", line 1, in &lt;module&gt;<br>&nbsp; File "C:\Python25\Lib\site-packages\mvpa\base\externals.py", line 54, in __check_scipy<br>&nbsp; &nbsp; scipy_ver = versions['scipy'] =
 __version_to_tuple(sp.__version__)<br>&nbsp; File "C:\Python25\Lib\site-packages\mvpa\base\externals.py", line 31, in __version_to_tuple<br>&nbsp; &nbsp; v = tuple([int(x) for x in v.split('.') if not x.startswith('dev')])<br>ValueError: invalid literal for int() with base 10: '1rc3'<br><br>I have installed numpy, scipy, pynifti,matplotlib<br><br>Any ideas?<br><br>George<br><br><br>&nbsp; &nbsp; &nbsp; <br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br><span>URL: &lt;<a target="_blank" href="http://lists.alioth.debian.org/pipermail/pkg-exppsy-pymvpa/attachments/20090622/128729a9/attachment-0001.htm">http://lists.alioth.debian.org/pipermail/pkg-exppsy-pymvpa/attachments/20090622/128729a9/attachment-0001.htm</a>&gt;</span><br><br>------------------------------<br><br>Message: 2<br>Date: Mon, 22 Jun 2009 17:04:48 -0400<br>From: Yaroslav Halchenko &lt;<a ymailto="mailto:debian@onerussian.com"
 href="mailto:debian@onerussian.com">debian@onerussian.com</a>&gt;<br>Subject: Re: [pymvpa] Installation problem<br>To: <a ymailto="mailto:pkg-exppsy-pymvpa@lists.alioth.debian.org" href="mailto:pkg-exppsy-pymvpa@lists.alioth.debian.org">pkg-exppsy-pymvpa@lists.alioth.debian.org</a><br>Message-ID: &lt;<a ymailto="mailto:20090622210448.GO4306@washoe.rutgers.edu" href="mailto:20090622210448.GO4306@washoe.rutgers.edu">20090622210448.GO4306@washoe.rutgers.edu</a>&gt;<br>Content-Type: text/plain; charset=us-ascii<br><br>sorry about that... lets make it more stable against all those custom<br>versioning schemes ;)<br><br>so what is the current version of scipy you have, ie what would<br>you get if you just print <br><br>scipy.__version__<br><br>?<br><br>smth like 0.7.1rc3 ?<br><br>On Mon, 22 Jun 2009, George Christopoulos wrote:<br><br>&gt;&nbsp; &nbsp; Hi<br>&gt;&nbsp; &nbsp; when I try to run import mvpa in a windows machine i get the
 foillowing<br>&gt;&nbsp; &nbsp; message<br>&gt; Traceback (most recent call last):<br>&gt;&nbsp;  File "&lt;pyshell#0&gt;", line 1, in &lt;module&gt;<br>&gt;&nbsp; &nbsp;  import mvpa<br>&gt;&nbsp;  File "C:\Python25\Lib\site-packages\mvpa\__init__.py", line 99, in &lt;module&gt;<br>&gt;&nbsp; &nbsp;  externals.exists('scipy', force=True, raiseException=False)<br>&gt;&nbsp;  File "C:\Python25\Lib\site-packages\mvpa\base\externals.py", line 390, in exists<br>&gt;&nbsp; &nbsp;  exec _KNOWN[dep]<br>&gt;&nbsp;  File "&lt;string&gt;", line 1, in &lt;module&gt;<br>&gt;&nbsp;  File "C:\Python25\Lib\site-packages\mvpa\base\externals.py", line 54, in __check_scipy<br>&gt;&nbsp; &nbsp;  scipy_ver = versions['scipy'] = __version_to_tuple(sp.__version__)<br>&gt;&nbsp;  File "C:\Python25\Lib\site-packages\mvpa\base\externals.py", line 31, in __version_to_tuple<br>&gt;&nbsp; &nbsp;  v = tuple([int(x) for x<br>&gt;&nbsp; in v.split('.') if not
 x.startswith('dev')])<br>&gt; ValueError: invalid literal for int() with base 10: '1rc3'<br>&gt; I have installed numpy, scipy, pynifti,matplotlib<br>&gt; Any ideas?<br>&gt; George<br><br>&gt; _______________________________________________<br>&gt; Pkg-ExpPsy-PyMVPA mailing list<br>&gt; <a ymailto="mailto:Pkg-ExpPsy-PyMVPA@lists.alioth.debian.org" href="mailto:Pkg-ExpPsy-PyMVPA@lists.alioth.debian.org">Pkg-ExpPsy-PyMVPA@lists.alioth.debian.org</a><br>&gt; <a href="http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa" target="_blank">http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa</a><br><br><br>-- <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .-.<br>=------------------------------&nbsp;  /v\&nbsp; ----------------------------=<br>Keep in touch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // \\&nbsp; &nbsp;  (yoh@|www.)<a
 target="_blank" href="http://onerussian.com">onerussian.com</a><br>Yaroslav Halchenko&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /(&nbsp;  )\&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ICQ#: 60653192<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  Linux User&nbsp; &nbsp; ^^-^^&nbsp; &nbsp; [175555]<br><br><br><br><br><br>------------------------------<br><br>_______________________________________________<br>Pkg-ExpPsy-PyMVPA mailing list<br><a ymailto="mailto:Pkg-ExpPsy-PyMVPA@lists.alioth.debian.org" href="mailto:Pkg-ExpPsy-PyMVPA@lists.alioth.debian.org">Pkg-ExpPsy-PyMVPA@lists.alioth.debian.org</a><br><a href="http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa" target="_blank">http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa</a><br><br><br>End of Pkg-ExpPsy-PyMVPA Digest, Vol 16, Issue 7<br>************************************************<br></div></div></div><br>

      </body></html>