Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'syntax': 0.04; 'beginner': 0.05; 'python': 0.11; 'syntaxerror:': 0.16; 'import': 0.22; 'print': 0.22; 'error': 0.23; 'subject:problem': 0.24; 'skip:" 40': 0.26; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'getting': 0.31; '"",': 0.31; 'subject:About': 0.31; 'subject:some': 0.31; 'file': 0.32; 'text': 0.33; '(most': 0.33; 'received:google.com': 0.35; 'skip:& 10': 0.38; 'to:addr:python- list': 0.38; 'recent': 0.39; 'skip:& 20': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'invalid': 0.68 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=m3JueVpg6wLlFpaEUi6BmTWKjFIoXvxYmDVYTsa/uik=; b=lgOHc7N0XlRaxAozUw1nhrVQ1VVz1Klm+gcRv1zmNoXN96Ll01a9PRJlXtmB4SyTuS Wm+QvkwaFrNuh0oipx64/MYC1mUEqF4N8zMItirVwMPpfzJ9jcDe+0jZs4Duus0gWRCt Ean2KVOFBe8rOu5Y+f2PcMTWX2VPO1iqiurs8hNi/iSOyBENwyysZoScF/XpYkW1pnFx 1508APxA8o1BYwXasLZok0xJ6n2b9X/gaYiHwYdrsuEHvQgmP1mUQKo1vt38Zp9XXVpQ n/2K01bdjd5toYPE43GZ8+9dAvuqMYlEnMB1LxJl0PrGTgvc38w0XLEipKJtHAbC9e+h /0hQ== MIME-Version: 1.0 X-Received: by 10.224.13.80 with SMTP id b16mr136487715qaa.73.1388680313462; Thu, 02 Jan 2014 08:31:53 -0800 (PST) Date: Thu, 2 Jan 2014 22:01:53 +0530 Subject: About some problem From: raj kumar To: python-list@python.org Content-Type: multipart/alternative; boundary=047d7bdc0e86ca61ba04eeff54ae X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 35 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1388681067 news.xs4all.nl 2851 [2001:888:2000:d::a6]:45118 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62980 --047d7bdc0e86ca61ba04eeff54ae Content-Type: text/plain; charset=ISO-8859-1 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 "", line 1, in 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. --047d7bdc0e86ca61ba04eeff54ae Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
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 r= ecent call last):
=A0 File "<stdin>", line 1, in <module>
=A0 File "C:\Python33\lib\site-packages\pytesser.py", line 61
=A0 =A0 print text
=A0 =A0 =A0 =A0 =A0 =A0 =A0^
SyntaxError: invalid syntax


How to resolve it ? Give me all steps to= resolve it.
--047d7bdc0e86ca61ba04eeff54ae--