<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Good morning,<div>   I'm getting back to using yt for cosmological analysis after a layoff, and I'm now on yt-3.0, which I hadn't been using in the past.  So I needed to do a quick halo finding on a small dataset, and the cookbook script fails immediately.  I'm absolutely certain I'm doing something stupid, but I don't know what it is, since I've only issued two commands, they are the first two in the script, and they fail.  Can someone tell me what I'm doing wrong?  My problem here is that this error is so basic to the operation that I'm not sure exactly how to dig into it.</div><div><br></div><div>Thanks.</div><div><br></div><div><br></div><div>Here are the commands, and the output: </div><div><br></div><div><div style="margin: 0px; font-size: 13px; font-family: Menlo;">>>> import yt</div><div style="margin: 0px; font-size: 13px; font-family: Menlo;">>>> from yt.analysis_modules.halo_analysis.api import HaloCatalog</div><div style="margin: 0px; font-size: 13px; font-family: Menlo;">Traceback (most recent call last):</div><div style="margin: 0px; font-size: 13px; font-family: Menlo;">  File "<stdin>", line 1, in <module></div><div style="margin: 0px; font-size: 13px; font-family: Menlo;">ImportError: No module named halo_analysis.api</div></div><div style="margin: 0px; font-size: 13px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 13px; font-family: Menlo;">And here is my version info:</div><div style="margin: 0px; font-size: 13px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 13px; font-family: Menlo;"><div style="margin: 0px;">torque:RD0009 hallman$ yt version</div><div style="margin: 0px; min-height: 15px;"><br></div><div style="margin: 0px;">yt module located at:</div><div style="margin: 0px;">    /Users/hallman/work/yt-x86_64/lib/python2.7/site-packages/yt-3.0-py2.7-macosx-10.4-x86_64.egg</div><div style="margin: 0px;">The supplemental repositories are located at:</div><div style="margin: 0px;">    /Users/hallman/work/yt-x86_64/src/yt-supplemental</div><div style="margin: 0px; min-height: 15px;"><br></div><div style="margin: 0px;">The current version and changeset for the code is:</div><div style="margin: 0px; min-height: 15px;"><br></div><div style="margin: 0px;">---</div><div style="margin: 0px;">Version = 3.0</div><div style="margin: 0px;">Changeset = cf867eab0515 stable</div><div style="margin: 0px;">---</div><div><br></div><div><br></div><div><br></div></div></body></html>