ryanbressler / golem

Research Oriented Distributed Computing.
1 stars 1 forks source link

requires python 2.6.6 #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. golem.py requires python2.6.6, python2.7 also okay

python2.5 and python2.6.1 return this error:

Error importing ssl.
Traceback (most recent call last):
  File "golem.py", line 51, in <module>
    class HTTPSTLSv1Connection(httplib.HTTPConnection):
  File "golem.py", line 57, in HTTPSTLSv1Connection
    strict=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
AttributeError: 'module' object has no attribute '_GLOBAL_DEFAULT_TIMEOUT'
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.
Will test 

Original issue reported on code.google.com by jlin...@gmail.com on 12 Jul 2011 at 9:18

GoogleCodeExporter commented 9 years ago
python client supports version 2.6+

Original comment by hrov...@systemsbiology.org on 1 Dec 2011 at 8:21