
Hi 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(). 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? regs Abhijit
iyt Your PyGtk has set_interactive(), so you can use the more stable single-threaded Gtk mode. See https://bugs.launchpad.net/ipython/+bug/270856
IndentationError Traceback (most recent call last) /usr/local/lib/python2.6/site-packages/IPython/ipmaker.pyc in force_import(modname, force_reload) 61 reload(sys.modules[modname]) 62 else: ---> 63 __import__(modname) 64 65 IndentationError: unindent does not match any outer indentation level (ipy_user_conf.py, line 52) WARNING: Loading of ipy_user_conf failed. Welcome to yt! In [1]: