An external user noted (CNSHD713126) that she got a stack trace with PyRAF 1.4 during the following command which runs 'bplot' and redirects the graphics output to a file:
--> bplot d0145_3 >G d0145_3.mc
Traceback (innermost last):
File "/scisoft/i386/Packages/Python-2.5.1/Python.framework/Versions/2.5/lib/py
thon2.5/site-packages/pyraf/iraffunctions.py", line 2903, in clExecute
exec codeObject in locals
File "<CL script CL1>", line 1, in <module>
iraf.bplot('d0145_3', StdoutG='d0145_3.mc', _save=1)
File "/scisoft/i386/Packages/Python-2.5.1/Python.framework/Versions/2.5/lib/py
thon2.5/site-packages/pyraf/iraftask.py", line 673, in call
return apply(self.run,args,kw)
File "/scisoft/i386/Packages/Python-2.5.1/Python.framework/Versions/2.5/lib/py
thon2.5/site-packages/pyraf/iraftask.py", line 277, in run
self._run(redirKW, specialKW)
File "/scisoft/i386/Packages/Python-2.5.1/Python.framework/Versions/2.5/lib/py
thon2.5/site-packages/pyraf/iraftask.py", line 1332, in _run
self._runCode()
File "/scisoft/i386/Packages/Python-2.5.1/Python.framework/Versions/2.5/lib/py
thon2.5/site-packages/pyraf/iraftask.py", line 1347, in _runCode
apply(self._clFunction, parList, kw)
File "<CL script longslit.bplot>", line 61, in bplot
Stdout=Vars.ifile)
File "/scisoft/i386/Packages/Python-2.5.1/Python.framework/Versions/2.5/lib/py
thon2.5/site-packages/pyraf/iraftask.py", line 673, in call
return apply(self.run,args,kw)
File "/scisoft/i386/Packages/Python-2.5.1/Python.framework/Versions/2.5/lib/py
thon2.5/site-packages/pyraf/iraftask.py", line 277, in run
self._run(redirKW, specialKW)
File "/scisoft/i386/Packages/Python-2.5.1/Python.framework/Versions/2.5/lib/py
thon2.5/site-packages/pyraf/iraftask.py", line 715, in _run
(self, iraf.getVarDict()), redirKW)
File "/scisoft/i386/Packages/Python-2.5.1/Python.framework/Versions/2.5/lib/py
thon2.5/site-packages/pyraf/irafexecute.py", line 323, in IrafExecute?
gki.kernel.pushStdio(None,None,None)
File "/scisoft/i386/Packages/Python-2.5.1/Python.framework/Versions/2.5/lib/py
thon2.5/site-packages/pyraf/gki.py", line 618, in pushStdio
self._stdioStack.append((self.stdin, self.stdout, self.stderr))
AttributeError?: GkiRedirection? instance has no attribute '_stdioStack'