[Bug 3816] New: httplib do not have FakeSocket when Python doesn't have ssl
mercurial-bugs at selenic.com
mercurial-bugs at selenic.com
Sun Feb 10 07:23:09 UTC 2013
http://bz.selenic.com/show_bug.cgi?id=3816
Priority: normal
Bug ID: 3816
CC: mercurial-devel at selenic.com
Assignee: bugzilla at selenic.com
Summary: httplib do not have FakeSocket when Python doesn't
have ssl
Severity: bug
Classification: Unclassified
OS: Linux
Reporter: mads at kiilerich.com
Hardware: PC
Status: UNCONFIRMED
Version: unspecified
Component: Mercurial
Product: Mercurial
make -C doc
make[1]: Entering directory `/home/mk/hg/doc'
/tmp/xxx/bin/python gendoc.py > hg.1.gendoc.txt.tmp
Traceback (most recent call last):
File "gendoc.py", line 8, in <module>
from mercurial.commands import table, globalopts
File "../mercurial/commands.py", line 12, in <module>
import hg, scmutil, util, revlog, extensions, copies, error, bookmarks
File "../mercurial/hg.py", line 12, in <module>
import localrepo, bundlerepo, unionrepo, httppeer, sshpeer, statichttprepo
File "../mercurial/httppeer.py", line 11, in <module>
import changegroup, statichttprepo, error, httpconnection, url, util,
wireproto
File "../mercurial/statichttprepo.py", line 11, in <module>
import changelog, byterange, url, error
File "../mercurial/url.py", line 13, in <module>
import httpconnection as httpconnectionmod
File "../mercurial/httpconnection.py", line 16, in <module>
from mercurial import httpclient
File "../mercurial/httpclient/__init__.py", line 49, in <module>
import socketutil
File "../mercurial/httpclient/socketutil.py", line 82, in <module>
class FakeSocket(httplib.FakeSocket):
AttributeError: 'module' object has no attribute 'FakeSocket'
make[1]: *** [hg.1.gendoc.txt] Error 1
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Mercurial-devel
mailing list