From owner-freebsd-python@FreeBSD.ORG Thu Jan 17 14:58:25 2013 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8983CF87 for ; Thu, 17 Jan 2013 14:58:25 +0000 (UTC) (envelope-from eric.seerden@gmail.com) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) by mx1.freebsd.org (Postfix) with ESMTP id 2B07E3EC for ; Thu, 17 Jan 2013 14:58:25 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id x48so288743wey.36 for ; Thu, 17 Jan 2013 06:58:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=nOhgBw4x5c0DxCbmC6JpkcjYeRqhsHghE3MYCWVAnsA=; b=JlPCvCBJeqfxfgxn6mkWg8vjtIZti80bxAv1kAobjZlO2TcHH3+3YbL4PIDvPe/kuL 1sfCPuW8jSTpsUIth+gi9x91rRO3oG60MaZBIW+1Rx0wQ8kv0m+X9DOtD4+bpWr054Ib 8Nm8Be/iCM3ylfgaHjELnw1EEF3niWkzY1cNcwBPExrLi2CHvSNseTVOT89e6+tS5v7m HKMeNpNP1YNxrhqhTe7kOLETg1nXR6lLx/52iwkbEr9po4YtKfJBLOUaYlBzcePmc+7r WU1RvUJMYlRqe0kpNbQX1T0a6t8sxSaaWVmbY7hwSdEmAjVYPrr153w6YUPUytn2ZplD UATg== MIME-Version: 1.0 X-Received: by 10.194.5.74 with SMTP id q10mr9057420wjq.13.1358434703155; Thu, 17 Jan 2013 06:58:23 -0800 (PST) Received: by 10.227.5.134 with HTTP; Thu, 17 Jan 2013 06:58:23 -0800 (PST) Date: Thu, 17 Jan 2013 15:58:23 +0100 Message-ID: Subject: Python broken - 0x6669 - Solved.. From: EAH Seerden To: Python Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2013 14:58:25 -0000 So that problem is solved by re-installing the 2.6 version from /usr/ports/lang/python26 port directory.. Regards, E.