
Hi Matt, Here is the ipy_user_conf file. Best Abhijit ________________________________ From: Matthew Turk <matthewturk@gmail.com> To: Discussion of the yt analysis package <yt-users@lists.spacepope.org> Sent: Mon, 28 June, 2010 2:44:31 AM Subject: Re: [yt-users] New yt installation problem Hi Abhijit, Sorry to hear that upgrade didn't work; very puzzling. Glad to hear, however, that the fresh install worked for you! The error with ipy_user_conf.py is confusing. That's a file that should ship with IPython, and which we don't make any modifications to. Could you post a slightly longer excerpt? It seems that the issue might be with the level of indentation. Or, even attach ~/.ipython/ipy_user_conf.py? Thanks, Matt On Sun, Jun 27, 2010 at 1:24 PM, Dr. ABHIJIT BHATTACHARYYA <b_abhijit2k@yahoo.co.in> wrote:
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]:
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org