Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #62980

About some problem

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)

Show all headers | View raw


[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 | NextNext in thread | Find similar | Unroll thread


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