Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26589
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <wrw@mac.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'syntax': 0.03; 'subject:Python': 0.05; 'thats': 0.07; 'subject:help': 0.07; 'highlighting': 0.09; 'signaled': 0.09; 'cc:addr:python-list': 0.10; 'itself.': 0.11; 'aug': 0.13; 'finished': 0.15; 'list.)': 0.16; 'received:mac.com': 0.16; 'subject:user': 0.16; 'which,': 0.16; 'wrote:': 0.17; 'received:10.0.1': 0.17; 'saying': 0.18; 'code.': 0.20; 'sort': 0.21; 'bit': 0.21; 'made.': 0.22; 'cc:2**1': 0.24; 'cc:addr:python.org': 0.25; 'url:mailman': 0.29; "i'm": 0.29; 'initially': 0.30; 'error': 0.30; 'url:python': 0.32; 'url:listinfo': 0.32; 'received:10.0': 0.33; 'everyone': 0.33; '(with': 0.33; 'text': 0.34; 'received:17': 0.35; 'pm,': 0.35; 'url:org': 0.36; 'editor': 0.37; 'subject:: ': 0.38; 'received:10': 0.38; 'sure': 0.38; 'url:mail': 0.40; 'think': 0.40; 'your': 0.60; 'john': 0.60; 'free': 0.61; 'time,': 0.62; 'pays': 0.62; 'more': 0.63; 'charset:windows-1252': 0.65; 'baby': 0.95; 'instant': 0.98 |
| MIME-version | 1.0 |
| Content-type | text/plain; charset=windows-1252 |
| X-Proofpoint-Virus-Version | vendor=fsecure engine=2.50.10432:5.7.7855,1.0.260,0.0.0000 definitions=2012-08-05_06:2012-08-03, 2012-08-05, 1970-01-01 signatures=0 |
| X-Proofpoint-Spam-Details | rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=2 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1203120001 definitions=main-1208050310 |
| Subject | Re: Intermediate Python user needed help |
| From | "William R. Wing" <wrw@mac.com> (Bill Wing) |
| In-reply-to | <a58ebcb9-72c9-4d6a-bd38-892e191426af@googlegroups.com> |
| Date | Sun, 05 Aug 2012 19:38:58 -0400 |
| Content-transfer-encoding | quoted-printable |
| References | <a0e88106-affb-4f7c-8b13-de341ce0f319@googlegroups.com> <506eb405-eb07-4175-9efb-40475cabacf1@googlegroups.com> <501EDFB6.3050507@tim.thechases.com> <mailman.2976.1344201172.4697.python-list@python.org> <a58ebcb9-72c9-4d6a-bd38-892e191426af@googlegroups.com> |
| To | John Mordecai Dildy <jdildy85@gmail.com> |
| X-Mailer | Apple Mail (2.1485) |
| Cc | "python-list@python.org" <python-list@python.org>, "William R. Wing \(Bill Wing\)" <wrw@mac.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2987.1344213549.4697.python-list@python.org> (permalink) |
| Lines | 20 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1344213549 news.xs4all.nl 6951 [2001:888:2000:d::a6]:37680 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:26589 |
Show key headers only | View raw
On Aug 5, 2012, at 5:14 PM, John Mordecai Dildy <jdildy85@gmail.com> wrote: > Im using Textwrangler and thats the only text editor that im using just saying for everyone > -- > http://mail.python.org/mailman/listinfo/python-list (With apologies, I initially sent this privately to John, and not to the list.) As I'm sure you are aware, TextWrangler is the free baby brother of BBEdit which, although not free, contains automatic syntax highlighting for exactly the sort of error you made. It would have signaled "unmatched parentheses" the instant you finished inputting that line in your original bit of code. If you value your time, I think you will find it more than pays for itself. Just saying… -Bill
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 12:29 -0700
Re: Intermediate Python user needed help John Ladasky <john_ladasky@sbcglobal.net> - 2012-08-05 12:34 -0700
Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 12:44 -0700
Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 12:51 -0700
Re: Intermediate Python user needed help Andrew Berg <bahamutzero8825@gmail.com> - 2012-08-05 15:09 -0500
Re: Intermediate Python user needed help xDog Walker <thudfoo@gmail.com> - 2012-08-05 13:15 -0700
Re: Intermediate Python user needed help Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-05 20:24 +0000
Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 13:31 -0700
Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 13:16 -0700
Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 13:17 -0700
Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 13:19 -0700
Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 13:52 -0700
Re: Intermediate Python user needed help Roy Smith <roy@panix.com> - 2012-08-05 17:01 -0400
Re: Intermediate Python user needed help Tim Chase <python.list@tim.thechases.com> - 2012-08-05 16:03 -0500
Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 14:09 -0700
Re: Intermediate Python user needed help Roy Smith <roy@panix.com> - 2012-08-05 17:32 -0400
Re: Intermediate Python user needed help Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-05 23:15 +0100
Re: Intermediate Python user needed help Tim Chase <python.list@tim.thechases.com> - 2012-08-05 18:27 -0500
Re: Intermediate Python user needed help Vlastimil Brom <vlastimil.brom@gmail.com> - 2012-08-05 23:06 +0200
Re: Intermediate Python user needed help Zero Piraeus <schesis@gmail.com> - 2012-08-05 17:07 -0400
Re: Intermediate Python user needed help MRAB <python@mrabarnett.plus.com> - 2012-08-05 22:08 +0100
Re: Intermediate Python user needed help MRAB <python@mrabarnett.plus.com> - 2012-08-05 22:12 +0100
Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 14:14 -0700
Re: Intermediate Python user needed help alex23 <wuwei23@gmail.com> - 2012-08-05 19:49 -0700
Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 14:14 -0700
Re: Intermediate Python user needed help "William R. Wing" <wrw@mac.com> (Bill Wing) - 2012-08-05 19:38 -0400
Re: Intermediate Python user needed help Andre Ramaciotti <andre@ramaciotti.com> - 2012-08-05 18:22 -0300
Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 15:00 -0700
Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 15:00 -0700
Re: Intermediate Python user needed help Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-05 23:17 +0100
Re: Intermediate Python user needed help Tim Chase <python.list@tim.thechases.com> - 2012-08-05 18:19 -0500
Re: Intermediate Python user needed help Roy Smith <roy@panix.com> - 2012-08-05 19:32 -0400
Re: Intermediate Python user needed help Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-05 21:15 -0400
Re: Intermediate Python user needed help Tim Chase <python.list@tim.thechases.com> - 2012-08-05 20:27 -0500
Re: Intermediate Python user needed help Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-06 00:42 +0000
Re: Intermediate Python user needed help Jugurtha Hadjar <jugurtha.hadjar@gmail.com> - 2012-08-07 04:06 +0100
Re: Intermediate Python user needed help rusi <rustompmody@gmail.com> - 2012-08-06 20:52 -0700
Re: Intermediate Python user needed help Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-07 12:27 -0400
Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 15:39 -0700
Re: Intermediate Python user needed help Ethan Furman <ethan@stoneleaf.us> - 2012-08-06 09:05 -0700
Re: Intermediate Python user needed help Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-07 01:16 +0000
Re: Intermediate Python user needed help rusi <rustompmody@gmail.com> - 2012-08-06 20:55 -0700
Re: Intermediate Python user needed help Alec Taylor <alec.taylor6@gmail.com> - 2012-08-07 02:13 +1000
Re: Intermediate Python user needed help Jean-Michel Pichavant <jeanmichel@sequans.com> - 2012-08-06 19:05 +0200
Re: Intermediate Python user needed help Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-06 15:22 -0400
Re: Intermediate Python user needed help Chris Angelico <rosuav@gmail.com> - 2012-08-07 07:59 +1000
Re: Intermediate Python user needed help Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-06 23:39 -0400
Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-07 07:09 -0700
Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-07 07:09 -0700
csiph-web