Not enough space error?

Joe Wong joewong at mango.cc
Fri Oct 15 01:14:25 EDT 2004


Hi Cliff, No it is not sys.stdin, The script write something to a log file every now and then. basically, it does:

f=open("mylog", "ab")
f.write(something)
f.close()


  ----- Original Message ----- 
  From: Cliff Wells 
  To: Joe Wong 
  Cc: python-list at python.org 
  Sent: Friday, October 15, 2004 1:03 PM
  Subject: Re: Not enough space error?


  On Fri, 2004-10-15 at 10:09 +0800, Joe Wong wrote:
  > Hi,
  >  
  >  I have a script that runs on Windows. Last night, it throw an except
  > saying:
  >  
  > IOError Errno 12 not enough space
  >  
  > This happens on the "open()" call. I check and there is plenty of
  > diskspace available on my Windows 2000 box.
  >  
  > What could be the cause of this error here?

  Is your file sys.stdin?  If so, then perhaps this is relevant:

  http://mail.python.org/pipermail/xml-sig/2004-February/010125.html

  Regards,
  Cliff

  -- 
  Cliff Wells <clifford.wells at comcast.net>



  ---
  Outgoing mail is certified Virus Free.
  Checked by AVG anti-virus system (http://www.grisoft.com).
  Version: 6.0.775 / Virus Database: 522 - Release Date: 2004/10/8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20041015/c1d8cc59/attachment.html>


More information about the Python-list mailing list