> The file deletion (os.unlink(f.name)) does not work on Windows (it 
> works on Ubuntu with Python 2.4, though).
>
> So, is there a way to get this os.unlink(f.name) to work on Windows?

Use os.remove() instead.

Alan G. 

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to