On Sun, 22 Nov 2009 18:29:25 +0000, MRAB wrote:
>> os.open("C://Users//lutfi//Documents//tezzzz//log.txt" , "a" )
> open("C://Users//lutfi//Documents//tezzzz//log.txt" , "a" )
Backslashes need to be doubled; forward slashes don't.
--
http://mail.python.org/mailman/listinfo/python-list
