Hi, <div><br></div><div>I just installed the latest dev as of 30 minutes ago or so, but I get the following when I do >from yt.mods import * in python.</div><div><br></div><div><div>Traceback (most recent call last):</div>
<div>  File "proj.py", line 1, in <module></div><div>    from yt.mods import *</div><div>  File "/home/ux455076/dev-yt/lib/python2.7/site-packages/yt-2.4dev-py2.7-linux-x86_64.egg/yt/mods.py", line 98, in <module></div>
<div>    from yt.frontends.art.api import \</div><div>  File "/home/ux455076/dev-yt/lib/python2.7/site-packages/yt-2.4dev-py2.7-linux-x86_64.egg/yt/frontends/art/api.py", line 31, in <module></div><div>    from .data_structures import \</div>
<div>  File "/home/ux455076/dev-yt/lib/python2.7/site-packages/yt-2.4dev-py2.7-linux-x86_64.egg/yt/frontends/art/data_structures.py", line 42, in <module></div><div>    from .fields import \</div><div>  File "/home/ux455076/dev-yt/lib/python2.7/site-packages/yt-2.4dev-py2.7-linux-x86_64.egg/yt/frontends/art/fields.py", line 39, in <module></div>
<div>    import yt.utilities.amr_utils as amr_utils</div><div>ImportError: No module named amr_utils</div></div><div><br></div><div>Is my installation broken or is there something wrong with the latest dev yt?</div><div><br>
</div><div>From</div><div>G.S.</div>