<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Feb 6, 2014 at 1:22 PM, Mauricio Calvao <span dir="ltr"><<a href="mailto:mocalvao@gmail.com" target="_blank">mocalvao@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small">Hi there<br><br></div>
<div style="font-family:arial,helvetica,sans-serif;font-size:small">I have recently updated my python-scipy package from version 0.10.1 to 0.12.0. <br>
Now when I try to import scipy.interpolate the following error is issued:<br>...<br><br>/usr/lib/python2.7/dist-packages/scipy/special/basic.py in <module>()<br>      6 <br>      7 import numpy as np<br>
----> 8 from scipy.lib.six.moves import xrange<br>      9 from numpy import pi, asarray, floor, isscalar, iscomplex, real, imag, sqrt, \<br>     10         where, mgrid, cos, sin, exp, place, seterr, issubdtype, extract, \<br>

<br>ImportError: No module named moves<br><br><br></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">Could you provide any clues to fix this???<br><br></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">

Thanks in advance!<span class=""><font color="#888888"><br></font></span></div><span class=""><font color="#888888"><div style="font-family:arial,helvetica,sans-serif;font-size:small">
<br clear="all"></div></font></span></div></blockquote></div><br><br>I'm assuming you are running stable and installing the testing python-scipy?<br>the testing version does not have the correct dependencies specified for six, you need to manually install python-six >= 1.3.0 from testing too.<br>
<br></div><div class="gmail_extra">(This is fixed in experimental which should soon be able to migrate to unstable)<br></div></div>