[7743] in testers
odd Athena 10 printing problem
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Thu Oct 16 17:05:17 2008
Message-Id: <200810162105.m9GL51BY017277@outgoing.mit.edu>
To: testers@mit.edu
cc: alexp@mit.edu
Date: Thu, 16 Oct 2008 17:05:01 -0400
From: Alex T Prengel <alexp@MIT.EDU>
This is a strange one. When I try to print from tecplot on Athena 10,
I get:
Traceback (most recent call last):
File "/usr/bin/lpr", line 12, in <module>
import hesiod
ImportError: No module named hesiod
in the launch terminal window. Looking at /usr/bin/lpr, I see that line 12
is indeed
import hesiod
yet when I start a python shell and type
import hesiod
at the >>> prompt, it doesn't complain. I'm not sure how this can be fixed...
Alex