<div dir="ltr">Awesome, that fixed it all!</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 16, 2014 at 4:30 PM, John ZuHone <span dir="ltr"><<a href="mailto:jzuhone@gmail.com" target="_blank">jzuhone@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ben,<br>
<br>
Did you just update your source? You probably need to run python setup.py develop again.<br>
<br>
Best,<br>
<br>
John<br>
<div><div class="h5"><br>
On Apr 16, 2014, at 4:29 PM, B.W. Keller <<a href="mailto:kellerbw@mcmaster.ca">kellerbw@mcmaster.ca</a>> wrote:<br>
<br>
> Hello all,<br>
><br>
> Using the current head of the yt-3.0 branch, I cannot succesfully run "from yt.mods import *", as I get the following error:<br>
><br>
> ImportError                               Traceback (most recent call last)<br>
> <ipython-input-1-e42b74c4be27> in <module>()<br>
> ----> 1 from yt.imods import *<br>
><br>
> /home/kellerbw/yt/yt/__init__.pyc in <module>()<br>
>     114     derived_field<br>
>     115<br>
> --> 116 from yt.data_objects.api import \<br>
>     117     BinnedProfile1D, BinnedProfile2D, BinnedProfile3D, \<br>
>     118     DatasetSeries, \<br>
><br>
> /home/kellerbw/yt/yt/data_objects/api.py in <module>()<br>
>      20     OctreeSubset<br>
>      21<br>
> ---> 22 from static_output import \<br>
>      23     Dataset<br>
>      24<br>
><br>
> /home/kellerbw/yt/yt/data_objects/static_output.py in <module>()<br>
>      51 from yt.geometry.cylindrical_coordinates import \<br>
>      52     CylindricalCoordinateHandler<br>
> ---> 53 from yt.geometry.spherical_coordinates import \<br>
>      54     SphericalCoordinateHandler<br>
>      55 from yt.geometry.geographic_coordinates import \<br>
><br>
> /home/kellerbw/yt/yt/geometry/spherical_coordinates.py in <module>()<br>
>      21     _get_coord_fields<br>
>      22 import yt.visualization._MPL as _MPL<br>
> ---> 23 from yt.utilities.lib.misc_utilities import \<br>
>      24     pixelize_cylinder, pixelize_aitoff<br>
>      25<br>
><br>
> ImportError: cannot import name pixelize_aitoff<br>
><br>
> Any ideas?<br>
><br>
> Ben<br>
><br>
</div></div>> _______________________________________________<br>
> yt-users mailing list<br>
> <a href="mailto:yt-users@lists.spacepope.org">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>
<br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">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>