Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73906
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.025 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'syntax': 0.04; 'must,': 0.09; 'parsing': 0.09; 'cc:addr:python-list': 0.11; '(9,': 0.16; 'before.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'highlighted': 0.16; 'subject:OOP': 0.16; 'value;': 0.16; 'exception': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'cc:addr:python.org': 0.22; 'error': 0.23; "haven't": 0.24; 'cc:2**0': 0.24; 'shown': 0.26; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'getting': 0.31; 'posting': 0.31; 'helpful.': 0.31; 'file': 0.32; 'there.': 0.32; 'fri,': 0.33; 'subject:with': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'processed': 0.36; 'possible': 0.36; 'two': 0.37; 'sometimes': 0.38; 'sure': 0.39; 'most': 0.60; 'helps': 0.61; 'entire': 0.61; 'invalid': 0.68; 'line,': 0.68; 'jul': 0.74; 'discovered': 0.83; 'computerized': 0.84; 'why?': 0.91; 'to:none': 0.92 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=RTAhBpI5K576s/ft7ohoXiaPPsKXk8p2ZxZfcXE5Zik=; b=eafBhentg+MBo9EsDSIAn65VHRFWXndXe97qew/KB5TYQ2FpZSVpP/CoUVjVgpeeqh QuPBgeWt+DIVGLgsNHZV3aOhEdCrPqwRWDA4qwdAevP6ZTPD8XdsjFdBs/1qd1tLDMab 6aHnrERn+iFkSfEXby5SdU3dQvLIVnF6RI165GIwoGsK34oBX+sQmHZPQtnJzerc8zsl QEH6h5E8LwAY4edC3+d/u+yGirtKJ9Tpj8ngKkGQaspHt1ih433JTlJ9Rj1IpvDaOrue FXXaaHb7VJh4TXYt1GmwyXpiZvRvkVbt1puNR/CZ+BapGXhVMDiAxDOOr/TSG2dzRjJZ OCgA== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.172.5 with SMTP id ay5mr1406681vdc.38.1404401707235; Thu, 03 Jul 2014 08:35:07 -0700 (PDT) |
| In-Reply-To | <d3e593c1-4d61-4c33-b879-d16e700bc42f@googlegroups.com> |
| References | <7020a5d8-96a9-4fa4-8e69-4c7593dedee3@googlegroups.com> <mailman.11418.1404331330.18130.python-list@python.org> <fd30a5f9-c446-435a-9f0a-74dd2d608c5c@googlegroups.com> <mailman.11458.1404393113.18130.python-list@python.org> <d3e593c1-4d61-4c33-b879-d16e700bc42f@googlegroups.com> |
| Date | Fri, 4 Jul 2014 01:35:07 +1000 |
| Subject | Re: OOP with MyTime |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| 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.11460.1404401715.18130.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1404401715 news.xs4all.nl 2964 [2001:888:2000:d::a6]:35095 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:73906 |
Show key headers only | View raw
On Fri, Jul 4, 2014 at 1:21 AM, <kjakupak@gmail.com> wrote: > I keep getting an invalid syntax on the t1 = (9, 59, 59) line, not sure why? > > t1 = (9, 59, 59) Two points. Firstly, as I said before, posting the entire exception helps us enormously. Secondly, with most computerized parsers, the file is processed top-down, left-to-right, so it's possible for a syntax error to be discovered a bit after where it actually happens - but not before. So when you get parsing errors, check the immediately preceding line; sometimes it's there. Since you haven't shown us that line, we have no idea what's happening. Showing us the code below the highlighted error line is of no value; showing us the code before that line is helpful. Also: Please don't use Google Groups, or if you must, please clean up its messes. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
OOP with MyTime kjakupak@gmail.com - 2014-07-02 12:20 -0700
Re: OOP with MyTime Akira Li <4kir4.1i@gmail.com> - 2014-07-02 23:45 +0400
Re: OOP with MyTime MRAB <python@mrabarnett.plus.com> - 2014-07-02 21:02 +0100
Re: OOP with MyTime kjakupak@gmail.com - 2014-07-03 05:51 -0700
Re: OOP with MyTime Chris Angelico <rosuav@gmail.com> - 2014-07-03 23:01 +1000
Re: OOP with MyTime kjakupak@gmail.com - 2014-07-03 06:08 -0700
Re: OOP with MyTime Chris Angelico <rosuav@gmail.com> - 2014-07-03 23:17 +1000
Re: OOP with MyTime MRAB <python@mrabarnett.plus.com> - 2014-07-03 14:11 +0100
Re: OOP with MyTime kjakupak@gmail.com - 2014-07-03 08:21 -0700
Re: OOP with MyTime Chris Angelico <rosuav@gmail.com> - 2014-07-04 01:35 +1000
Re: OOP with MyTime Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-07-03 17:23 +0100
csiph-web