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.
-- https://mail.python.org/mailman/listinfo/python-list
