Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #62980
| 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 | <rajkumar84730@gmail.com> |
| 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 <rajkumar84730@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4790.1388681067.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | 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 | 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