ValueError: I/O operation on closed file

alister alister.ware at ntlworld.com
Wed May 25 10:03:17 EDT 2016


On Wed, 25 May 2016 05:29:53 -0700, San wrote:

> Hi Gorup,
> 
> why i am getting "ValueError: I/O operation on closed file" this error.
> Pls let me know.
> 
> Thanks in Advance.
> san

because you are trying to do something with a file that has been closed

the error message is quite explanatory


-- 
One friend in a lifetime is much; two are many; three are hardly possible.
Friendship needs a certain parallelism of life, a community of thought,
a rivalry of aim.
		-- Henry Brook Adams



More information about the Python-list mailing list