Hi Jose,<div><br></div><div>I incurred in the exactly same problem.</div><div>The way I solved it (after a lot of struggle to be precise) was to install yt on the system python instead of using the yt install script, which relates to its own python.</div>

<div><br></div><div>You can do that by</div><div>(0.remove the current yt installation and the related python)</div><div>1.downloading yt</div><div>2.going in the yt folder and build yt through the command: python ./setup.py build after ensuring that your pythonpath includes the directory .../your_system_python_path/site-packages</div>

<div>   It will not work the first time, because you need to satisfy all the yt dependancies, but through the errors you get you can install the dependencies one by one.</div><div>3.finally you can install yt by going in the yt directory and typing: python ./setup.py install --prefix=.../directory_where_you_want_yt</div>
<div><a href="http://4.it">4.it</a> is possible that yt will show errors during the use because of the fact that non vital dependencies are not satisfied, if you encounter those errors just install those dependencies when it happens.</div>
<div><br></div><div>Hope this helps, cheers,</div><div>                                         Roberto<br><br><div class="gmail_quote">2013/1/14  <span dir="ltr"><<a href="mailto:jutreras@das.uchile.cl" target="_blank">jutreras@das.uchile.cl</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi, I'm a Master student a new user of yt<br>
I have some troubles to use scipy and yt together. When I'm usin the yt<br>
environment yt works fine but i can't import scipy, but when I'm out of<br>
the environment i can use it.<br>
<br>
I really have no idea what's happening so if you could help me would be great<br>
<br>
Best regards<br>
Jose<br>
<br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</blockquote></div><br></div>