is Python 2.3.4 supported?

4 views
Skip to first unread message

andrei

unread,
Dec 23, 2008, 10:54:38 AM12/23/08
to web.py
Almost all sources got compiled, but http.py seems to have invalid
syntax

byte-compiling /usr/lib/python2.3/site-packages/web/wsgi.py to
wsgi.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/session.py to
session.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/net.py to net.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/__init__.py to
__init__.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/application.py to
application.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/utils.py to
utils.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/wsgiserver/
__init__.py to __init__.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/db.py to db.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/browser.py to
browser.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/test.py to
test.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/contrib/
__init__.py to __init__.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/contrib/
template.py to template.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/debugerror.py to
debugerror.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/webopenid.py to
webopenid.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/httpserver.py to
httpserver.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/template.py to
template.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/form.py to
form.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/webapi.py to
webapi.pyc
byte-compiling /usr/lib/python2.3/site-packages/web/http.py to
http.pyc
File "/usr/lib/python2.3/site-packages/web/http.py", line 63
n = set(x.strip('" ') for x in web.ctx.env.get
('HTTP_IF_NONE_MATCH', '').split(','))
^
SyntaxError: invalid syntax
[root@smpcore webpy]# python -V
Python 2.3.4

Anand

unread,
Jan 5, 2009, 10:54:22 PM1/5/09
to web.py


On Dec 23 2008, 8:54 pm, andrei <Andre...@gmail.com> wrote:
> Almost all sources got compiled, but http.py seems to have invalid
> syntax
> [..]
>   File "/usr/lib/python2.3/site-packages/web/http.py", line 63
>     n = set(x.strip('" ') for x in web.ctx.env.get
> ('HTTP_IF_NONE_MATCH', '').split(','))
>                             ^
> SyntaxError: invalid syntax
> [root@smpcore webpy]# python -V
> Python 2.3.4

Fixed.

http://github.com/webpy/webpy/commit/5c0d10e


andrei

unread,
Jan 6, 2009, 5:14:01 AM1/6/09
to web.py
Thanks!
Reply all
Reply to author
Forward
0 new messages