Folks,
 
I dont like to swamp your mailboxes with my trivial questions. But please tell me why this isnt working??
 
str = str + '\n'
fd.write(str)   # fd is teh file handle
 
the traceback is as under:
 
Traceback (most recent call last):
  File "scrap.py", line 39, in ?
    fd.write(str + '\n')
IOError: (0, 'Error')
 


--
To HIM you shall return.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to