From owner-freebsd-ports@FreeBSD.ORG Wed Nov 24 20:30:12 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E5301065674 for ; Wed, 24 Nov 2010 20:30:12 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2F1E58FC0A for ; Wed, 24 Nov 2010 20:30:11 +0000 (UTC) Received: by bwz2 with SMTP id 2so207408bwz.13 for ; Wed, 24 Nov 2010 12:30:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=rHaPnqM+NN0InBfdv9B24i+AIRGKB130Q+ylKlAS8L4=; b=VXAqMY4BjW+XrIXmJuOEGVT7AT01KvE/h/nJPfJ+WeWWAyz7x6AkGNIRRZJTmJDJYf P1ZsPl0n/jF75nG9LTeeh84mfd/HYORvW6kxJx5CuULCpWrvTI3pBjA7GaDsCaY59RCL RWjfqUHlUC5mjXXoxdm18SmCDc7x5Qi84RU0E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=OLwshwTTLhV9AX+sNYCiJVM1z292kyYm3DwvRdUpJUP1jAAll1+Chdknw+cBvGfb10 mK4vX4y3GJmgRpjnRIpvBoavrPZ629yPtDxJI0Y7MIggxgM6PIw5XWgEi8K6eCJrZm9e WenfnyT7CJV2dxCbtVdQ5/nM/gXv0BLuVOHb0= MIME-Version: 1.0 Received: by 10.204.97.131 with SMTP id l3mr9328035bkn.112.1290630610916; Wed, 24 Nov 2010 12:30:10 -0800 (PST) Received: by 10.204.127.20 with HTTP; Wed, 24 Nov 2010 12:30:10 -0800 (PST) Date: Wed, 24 Nov 2010 21:30:10 +0100 Message-ID: From: David DEMELIER To: freebsd-ports Content-Type: text/plain; charset=UTF-8 Subject: mercurial broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2010 20:30:12 -0000 Hello after an upgrade to 1.7.1, I can't use mercurial anymore : markand@Melon ~/devel/dotfiles $ hg pull abort: No module named thread! Exception AttributeError: "'httpsrepository' object has no attribute 'urlopener'" in > ignored what is happening ? Kind regards, -- Demelier David