TypeError: an integer is required

Nobody nobody at nowhere.com
Sun Nov 22 15:41:03 EST 2009


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.





More information about the Python-list mailing list