<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. However, I'm having a funny problem right now. </div><div><br></div><div>I start iPython, try to import NFold Splitter, and I get the below error. 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 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/<ipython console> in <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 <module>()</font></div><div><font class="Apple-style-span" color="#000000"> 16 </font></div><div><font class="Apple-style-span" color="#000000"> 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"> 19 </font></div><div><font class="Apple-style-span" color="#000000"> 20 </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... </div><div><br></div><div>Thanks for your help,</div><div>Josh</div></body></html>