On Tue, 5 Sep 2006, John Fouhy wrote:
>> When i'm executing it i get this error (runtime)
>>
>> Traceback (most recent call last):
>> File "C:\python\boa\backup\backupwin.py", line 135, in OnStartaButton
>> config = open("backup.conf", "r")
>> TypeError: an integer is required
I agree with John: this is almost certainly os.open(), which takes
integers, rather than the builtin open().
_______________________________________________
Tutor maillist - [email protected]
http://mail.python.org/mailman/listinfo/tutor