can't figure out syntax prob

Paul Rubin http
Fri Nov 21 22:25:44 EST 2003


"python newbie" <mesteve_b at hotmail.com> writes:
>   File "OregonBackup.py", line 23
>     def __init__(self,fg)

You need a colon there:

    def __init__(self,fg):
       ....




More information about the Python-list mailing list