2011/6/15 atomic0x <[email protected]>: > Hello all, > > I didn't see any explicit python version requirements on the webpy.org > homepage so I thought I'd try and get it working on a server here at > work. It's a RedHat ES4-U8 server with Python 2.3.4. > > I've installed web.py using the tarball of web.py-0.35 and the > following the `sudo setup.py install` option from the install page. > > I tried the 'hello world' (http://webpy.org/cookbook/helloworld) > example but I get a traceback when I try to browse to http://machinename:8080/ > > Traceback (most recent call last): > File "/usr/lib/python2.3/site-packages/web/wsgiserver/__init__.py", > line 1174, in communicate > req.respond() > File "/usr/lib/python2.3/site-packages/web/wsgiserver/__init__.py", > line 544, in respond > self._respond() > File "/usr/lib/python2.3/site-packages/web/wsgiserver/__init__.py", > line 556, in _respond > response = self.wsgi_app(self.environ, self.start_response) > File "/usr/lib/python2.3/site-packages/web/httpserver.py", line 260, > in __call__ > return self.app(environ, xstart_response) > File "/usr/lib/python2.3/site-packages/web/httpserver.py", line 228, > in __call__ > return self.app(environ, start_response) > File "/usr/lib/python2.3/site-packages/web/application.py", line > 268, in wsgi > self._cleanup() > File "/usr/lib/python2.3/site-packages/web/application.py", line > 112, in _cleanup > utils.ThreadedDict.clear_all() > File "/usr/lib/python2.3/site-packages/web/utils.py", line 1192, in > clear_all > t.clear() > File "/usr/lib/python2.3/site-packages/web/python23.py", line 17, in > __getattribute__ > raise AttributeError, name > AttributeError: clear > > Has anyone had any luck getting web.py working under similar > conditions? Any ideas about what I might be missing?
Looks like 0.35 broke python 2.3 support. I'll look into it. -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
