Dear Pyraf Team,
I have recently installed Ubuntu Gutsy and installed pyraf and iraf the
way I used to. I also run ipython 0.80.1, when I run pyraf --ipython and
I try to do anythin with the cd command I get the following error:
------------------------------
1~/iraf>cd ..
---------------------------------------------------------------------------
<class 'pyraf.irafglobals.IrafError'> Traceback (most recent call last)
<class 'pyraf.irafglobals.IrafError'>: Illegal non-string value for
directory
------------------------------------
I can call cd by doing cd('..')or by specifying it as a magic command:
%cd .. . Is there any way to get the original functionality back?