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


Groups > comp.lang.python > #13301 > unrolled thread

Re: help regarding re.search

Started byChris Angelico <rosuav@gmail.com>
First post2011-09-15 15:01 +1000
Last post2011-09-15 15:01 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: help regarding re.search Chris Angelico <rosuav@gmail.com> - 2011-09-15 15:01 +1000

#13301 — Re: help regarding re.search

FromChris Angelico <rosuav@gmail.com>
Date2011-09-15 15:01 +1000
SubjectRe: help regarding re.search
Message-ID<mailman.1148.1316062914.27778.python-list@python.org>
On Thu, Sep 15, 2011 at 2:55 PM, Kushal Kumaran
<kushal.kumaran+python@gmail.com> wrote:
> That looks like a bash error message.  Syntax errors in python show up
> with a stack trace.  Run your program using the python interpreter
> like this:
>
> python file.py
> OR
> python3 file.py
>
> whatever is applicable in your environment.
>

Or add a shebang to the top of your script.

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web