Dear all, 

Thank you in advance for your help. Having re-installed successfully the new version of yt, I tried to produce a simple slice with the new script:

 from yt.mods import *
# Load the dataset.                                                                                                                                         
pf=load("plt00200")
# Create density slices in all three axes.                                                                                                                  
SlicePlot(pf, 'x', "Temp", width = (64000.0, 'kpc')).save()



However, I keep on getting the following error, what am I doing wrong?

with best regards,

Remudin


(yt-i386)REMUDIN-RESHID-MEKURIAs-MacBook-Pro:~ remudinreshidmekuria$ python check.py
yt : [ERROR    ] 2012-08-06 00:10:20,337 Multiple output type candidates for plt00200:
yt : [ERROR    ] 2012-08-06 00:10:20,337     Possible: NyxStaticOutput
yt : [ERROR    ] 2012-08-06 00:10:20,337     Possible: MaestroStaticOutput
Traceback (most recent call last):
  File "check.py", line 5, in <module>
    pf=load("plt00200")
  File "/Users/remudinreshidmekuria/yt-i386/src/yt-hg/yt/convenience.py", line 87, in load
    raise YTOutputNotIdentified(args, kwargs)
yt.utilities.exceptions.YTOutputNotIdentified: Supplied ('plt00200',) {}, but could not load!

------

Remudin Reshid Mekuria                              phone: +49 (0)551 39-13805

IAG, Friedrich-Hund-Plaz 1                           fax: +49 (0)551 39-5043

D-37077 Goettingen

Germany