write()

manuhack manuhack at gmail.com
Thu Jul 27 02:18:34 EDT 2006


I copied the lines

f=open('/tmp/workfile', 'w')
print f
f.close()

from Python 2.4 Documentation 7.2.  But it said IOerror No such file or
directory" '/tmp/workfile'

Is it something about the os?  I'm using Python 2.4 under WinXP.
Thanks.  Without / I can open it.




More information about the Python-list mailing list