
Oct. 29, 2010
3:16 p.m.
Hi, Yt is denying the existence of "yt.extensions.EnzoSimulation ": ImportError Traceback (most recent call last) /home/taskere/yt/src/yt-hg/scripts/iyt in <module>() 2 3 from yt.mods import * ----> 4 import yt.extensions.EnzoSimulation as ES 5 6 ETot = [] ImportError: No module named EnzoSimulation Did it change name? I want to iterate through all outputs: es = ES.EnzoSimulation("SedovBlastAMR.enzo", initial_time=0.0, final_time=0.1) for output in es.allOutputs # do barbaric calculations at all output times etc. Thanks, Elizabeth