<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt">Hi<br><br>After failure with the canonical install script I foloowed instruction for the manual installation procedure. This method gave me success. However, invoking the "iyt" gives me following warning (seems not a clean run). The good news is that ignoring this warning, I could plot Enzo data using pylab.plot. Here one important point I noticed is that, in earlier version, I had to use pylab.show() command to plot on the screen after declaration of pylab.xlabel, pylab.ylabel and pylab.plot commands. Here, as soon as I use pylab.xlabel, I find graphics window on the screen which adpts all the subsequient command and hence do not require any pylab.show(). <br><br>For the warning, I checked all path is given in .cshrc. In ~/.ipython/ipy_user_conf.py file, the problem is given by "o = ip.options" line. Any
 handle?<br>regs<br>Abhijit<br><br>> iyt                                                              <br>Your PyGtk has set_interactive(), so you can use the                        <br>more stable single-threaded Gtk mode.                                       <br><span>See <a target="_blank"
 href="https://bugs.launchpad.net/ipython/+bug/270856">https://bugs.launchpad.net/ipython/+bug/270856</a>                          </span><br>--------------------------------------------------------------------------- <br>IndentationError                          Traceback (most recent call last) <br><br>/usr/local/lib/python2.6/site-packages/IPython/ipmaker.pyc in force_import(modname, force_reload)<br>     61         reload(sys.modules[modname])<br>     62     else:<br>---> 63         __import__(modname)<br>     64<br>    
 65<br><br>IndentationError: unindent does not match any outer indentation level (ipy_user_conf.py, line 52)<br>WARNING: Loading of ipy_user_conf failed.<br><br><br>Welcome to yt!<br><br><br>In [1]:<br></div><br></body></html>