J
Justin Park
The problem is simple.
I have 50taxa2HGT_1.txt in the current directory,
and I can open it using any text editor (which indicates there actually
is.)
And I can read it in Python using.... print line
But when I change the file access mode into "a",
it returns an error message of "IOError: [Errno 9] Bad file descriptor. "
What have I done wrong?
Thanks in advance,
I have 50taxa2HGT_1.txt in the current directory,
and I can open it using any text editor (which indicates there actually
is.)
And I can read it in Python using.... print line
But when I change the file access mode into "a",
it returns an error message of "IOError: [Errno 9] Bad file descriptor. "
What have I done wrong?
Thanks in advance,