i re-write it
Diez B. Roggisch
deets at nospam.web.de
Wed Dec 16 10:43:48 EST 2009
codefly wrote:
> error message is here..
> when i type import code2
>
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> File "code2.py", line 11
> ~
> ^
> SyntaxError: invalid syntax
>
>
> and source code is here
No, it isn't. The above error says "line 11", but the code you show doesn't
have 11 lines.
>From the above error, it looks as if you have a stray "tilde"-character on
the last or so line in code.py. Remove it.
Diez
More information about the Python-list
mailing list