Thanks for the quick response!
After reading it, I tried to use the code from the latest tarball.
Now I get a new error:
$ python code.py
Traceback (most recent call last):
File "code.py", line 1, in ?
import web
File "/home/jms1/webpy-trunk/web/__init__.py", line 28, in ?
from browser import *
File "/home/jms1/webpy-trunk/web/browser.py", line 203, in ?
class AppHandler(urllib2.HTTPHandler):
File "/home/jms1/webpy-trunk/web/browser.py", line 224, in
AppHandler
https_request = urllib2.HTTPHandler.do_request_
AttributeError: class HTTPHandler has no attribute 'do_request_'
I think I will just upgrade to Python 2.6 to solve the problem
quickly, but I figured I'd post about the new issue just the same...
-Jeff
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---