I run into a problem in opening a file in Python
D'Arcy J.M. Cain
darcy at druid.net
Fri Jun 18 17:22:00 EDT 2010
On Fri, 18 Jun 2010 15:26:14 -0500
Justin Park <hp6 at rice.edu> wrote:
> But when I change the file access mode into "a",
> it returns an error message of "IOError: [Errno 9] Bad file descriptor. "
Exact test script and traceback please. I would like to see what line
gives you the error. Are you trying to read the file that you opened
in append mode?
By the way, your email address doesn't work. I get a "relay access
denied" message.
--
D'Arcy J.M. Cain <darcy at druid.net> | Democracy is three wolves
http://www.druid.net/darcy/ | and a sheep voting on
+1 416 425 1212 (DoD#0082) (eNTP) | what's for dinner.
More information about the Python-list
mailing list