Not enough space error?

Cliff Wells clifford.wells at comcast.net
Fri Oct 15 01:03:22 EDT 2004


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>




More information about the Python-list mailing list