Python causing: IOError: [Errno 28] No space left on device: '../results/32766.html' on disk with lots of space
问题 I am running a Python script that is causing the above error. The unusual thing is this script is running on a different machine and is having no problems. The difference is that on the machine that is causing the problems I am writing to an external hard drive. To make things even weirder this script has run on the problem machine and already written over 30,000 files. Some relevant information (The code that is causing the error): nPage = 0 while nPage != -1: for d in data: if len(d