<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi everyone,</div><div><br></div><div>I'm new to the MVPA and I think you guys have done a great job with it. &nbsp;However, I'm having a funny problem right now.&nbsp;</div><div><br></div><div>I start iPython, try to import NFold Splitter, and I get the below error. &nbsp;Am I doing something wrong?</div><div><br></div><div><blockquote type="cite" class=""><div><font class="Apple-style-span" color="#000000">In [2]: from mvpa.datasets.splitter import NFoldSplitter</font></div><div><font class="Apple-style-span" color="#000000">---------------------------------------------------------------------------</font></div><div><font class="Apple-style-span" color="#000000">ImportError &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Traceback (most recent call last)</font></div><div><font class="Apple-style-span" color="#000000"><br></font></div><div><font class="Apple-style-span" color="#000000">/Users/josh/&lt;ipython console> in &lt;module>()</font></div><div><font class="Apple-style-span" color="#000000"><br></font></div><div><font class="Apple-style-span" color="#000000">/Library/Python/2.5/site-packages/mvpa/datasets/splitter.py in &lt;module>()</font></div><div><font class="Apple-style-span" color="#000000">&nbsp;&nbsp; &nbsp; 16&nbsp;</font></div><div><font class="Apple-style-span" color="#000000">&nbsp;&nbsp; &nbsp; 17 import mvpa.misc.support as support</font></div><div><font class="Apple-style-span" color="#000000">---> 18 from mvpa.base.dochelpers import enhancedDocString</font></div><div><font class="Apple-style-span" color="#000000">&nbsp;&nbsp; &nbsp; 19&nbsp;</font></div><div><font class="Apple-style-span" color="#000000">&nbsp;&nbsp; &nbsp; 20&nbsp;</font></div><div><font class="Apple-style-span" color="#000000"><br></font></div><div><font class="Apple-style-span" color="#000000">ImportError: No module named base.dochelpers</font></div><div><br></div></blockquote><br></div><div>I'm pretty sure that I'm using the most recent version of the code from the git repository...&nbsp;</div><div><br></div><div>Thanks for your help,</div><div>Josh</div></body></html>