Dear yt-users,<br><br>I'm having a very peculiar problem, and I wonder if any of you have experienced this.  I have been using my desktop machine to make tons of images of some enzo simulations - literally several thousand images at this point - and yt has mysteriously stopped working.  I haven't done anything to python, attempted to upgrade yt, or anything like that... It just started throwing errors about 800 images into a script.  It seems that I can get this error by simply typing 'python' and then 'from yt.mods import *'.  The error message is at the end of this email.  If anybody could give me some advice, I'd appreciate it - it seems like it might actually be deeper than simply a yt problem, though.<br>
<br>Thanks!<br><br>--Brian<br><br><br>nibbler:/Users/bwoshea/Desktop/CondBubbleSims/spitzer_0_1_cool%python<br>Python 2.5.4 (r254:67917, Dec 23 2008, 14:57:27) <br>[GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin<br>
Type "help", "copyright", "credits" or "license" for more information.<br>>>> from yt.mods import *<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/yt-2.0dev-py2.5-macosx-10.3-i386.egg/yt/mods.py", line 32, in <module><br>    import yt.lagos as lagos<br>  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/yt-2.0dev-py2.5-macosx-10.3-i386.egg/yt/lagos/__init__.py", line 97, in <module><br>
    from OutputTypes import *<br>  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/yt-2.0dev-py2.5-macosx-10.3-i386.egg/yt/lagos/OutputTypes.py", line 37, in <module><br>
    _pf_store = ParameterFileStore()<br>  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/yt-2.0dev-py2.5-macosx-10.3-i386.egg/yt/fido/ParameterFileStorage.py", line 73, in __init__<br>
    self._records = self.read_db()<br>  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/yt-2.0dev-py2.5-macosx-10.3-i386.egg/yt/fido/ParameterFileStorage.py", line 211, in read_db<br>
    else: v['last_seen'] = float(v['last_seen'])<br>ValueError: invalid literal for float(): EnzoStaticOutput<br>>>> <br><br>