From owner-freebsd-questions@FreeBSD.ORG Sat Nov 28 12:13:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51BEF106566C for ; Sat, 28 Nov 2009 12:13:36 +0000 (UTC) (envelope-from benkasminbullock@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id E1CF58FC08 for ; Sat, 28 Nov 2009 12:13:35 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so827708fgb.13 for ; Sat, 28 Nov 2009 04:13:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Iki6KzMD21Q6ZPSAMIwG4jabVJ8j2aMInJ0vv5QY3Mo=; b=O6H3Q0aRR3zyUx3Y3sWWKhW3/H1DhRNSf4vq3UOUmjq5LwhtfqOsCiFBbo/JsTIsIT J2iYNZXI562ZYvCurqRdmfiM7sFfnWxPAi9FfTmmOkvK4rseAbDKw6wUvWbKUih+8HF7 0CRafSDeiCWL6B3O7OzPL4VpY5w2usdPGPQog= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=EWK2f6Hjl0wNWlalod/ueE5H2X1X83ShD12HtNZ6jSL6qS9AgjxAbC1791FiYOICa6 Ho8UNNHmEY0218ksPScNIa2BbXy3rrCOkXNwP8hyU2lSVgFY8rDhsmKN4TFzrj9eTUfg 2UfDm8bEy11JugstWMWx17eML8wqjFmZnzKRM= MIME-Version: 1.0 Received: by 10.239.188.201 with SMTP id q9mr240494hbh.189.1259408997336; Sat, 28 Nov 2009 03:49:57 -0800 (PST) Date: Sat, 28 Nov 2009 20:49:57 +0900 Message-ID: From: Ben Bullock To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: What port to use for python / https? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 12:13:36 -0000 I am trying to install Mercurial on FreeBSD in order to install Go (programming language). I am running into a problem with Mercurial which looks like this: $ hg pull abort: could not import module thread! Exception AttributeError: "'httpsrepository' object has no attribute 'urlopener'" in > ignored Googling turns up very little except the following: http://www.idimmu.net/2009/11/11/Python-support-for-SSL-and-HTTPS-is-not-installed According to this, "the answer is to install the python socket ssl library from ports". However, this is for Apple Mac. I am trying to find the relevant port for FreeBSD without success. Can anyone point me in the right direction?