After applying the files - appcfg.py from comment 25 and urllib2.py,
httplib.py from comment 44 of issue 126, I am still getting the error:

Traceback (most recent call last):
File "/home/tushar/Documents/WaveRobot/google_appengine/appcfg.py",
line 68, in <module>
run_file(__file__, globals())
File "/home/tushar/Documents/WaveRobot/google_appengine/appcfg.py",
line 64, in run_file
execfile(script_path, globals_)
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 1770, in <module>
main(sys.argv)
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 1763, in main
AppCfgApp(argv).Run()
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 1408, in Run
self.action.function(self)
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 1616, in Update
updatecheck.CheckForUpdates()
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 668, in CheckForUpdates
api_versions=version["api_versions"])
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 368, in Send
self._Authenticate()
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 407, in _Authenticate
super(HttpRpcServer, self)._Authenticate(
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 316, in _Authenticate
auth_token = self._GetAuthToken(credentials[0], credentials[1])
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 259, in _GetAuthToken
response = urllib2.urlopen(req)
File "/usr/lib/python2.6/urllib2.py", line 124, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.6/urllib2.py", line 389, in open
response = self._open(req, data)
File "/usr/lib/python2.6/urllib2.py", line 407, in _open
'_open', req)
File "/usr/lib/python2.6/urllib2.py", line 367, in _call_chain
result = func(*args)
File "/usr/lib/python2.6/urllib2.py", line 1147, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "/home/tushar/Documents/WaveRobot/google_appengine/google/
appengine/tools/appcfg.py", line 161, in do_open
return urllib2.HTTPSHandler.do_open(self, ProxyHTTPSConnection, req)
File "/usr/lib/python2.6/urllib2.py", line 1093, in do_open
h = http_class(host, timeout=req.timeout) # will parse host:port
TypeError: __init__() got an unexpected keyword argument 'timeout'

Please, can anybody point out how to rectify this problem. I am under
a http proxy.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.

Reply via email to