i re-write it
codefly
corona10 at gmail.com
Wed Dec 16 10:47:17 EST 2009
More information about the Python-list mailing list
Wed Dec 16 10:47:17 EST 2009
- Previous message (by thread): i re-write it
- Next message (by thread): i re-write it
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Dec 17, 12:43 am, "Diez B. Roggisch" <de... at nospam.web.de> wrote: > 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 Oh my Thanks..
- Previous message (by thread): i re-write it
- Next message (by thread): i re-write it
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list