Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #62980
| Date | 2014-01-02 22:01 +0530 |
|---|---|
| Subject | About some problem |
| From | raj kumar <rajkumar84730@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4790.1388681067.18130.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
Hello, I am beginner to python and i am writing following code
from pytesser import *
and i am getting an error as follow
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python33\lib\site-packages\pytesser.py", line 61
print text
^
SyntaxError: invalid syntax
How to resolve it ? Give me all steps to resolve it.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
About some problem raj kumar <rajkumar84730@gmail.com> - 2014-01-02 22:01 +0530 Re: About some problem Larry Hudson <orgnut@yahoo.com> - 2014-01-02 19:47 -0800
csiph-web