Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #13301 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2011-09-15 15:01 +1000 |
| Last post | 2011-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.
Re: help regarding re.search Chris Angelico <rosuav@gmail.com> - 2011-09-15 15:01 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2011-09-15 15:01 +1000 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web