From owner-freebsd-python@FreeBSD.ORG Wed Jan 16 13:53:06 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 B6FE67B5 for ; Wed, 16 Jan 2013 13:53:06 +0000 (UTC) (envelope-from eric.seerden@gmail.com) Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by mx1.freebsd.org (Postfix) with ESMTP id 49D2D967 for ; Wed, 16 Jan 2013 13:53:06 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id hm11so3463461wib.8 for ; Wed, 16 Jan 2013 05:53:05 -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=PM+3uEewqq3DcnDyM+XDYs2rKZxorW5OZG6QboDXFK0=; b=e4tSR6bjNGxoSL/MWysRtH7/QN+hSx3zi7uTkpIwEba1qvk0wQMhmWOj9rrqgCO7uu NyzakFdXLvzz1agiSIczFw1LhXm5lx/uMu/i92vl04c+/cBTm7AlEYQKy+F2VCA6NQ0f SA3jUD1GsM7uWEr/iexNVXEPG+r2J+ZfislLIEcLRfK4/A7tts6aD92VYM8jCA61PG5c ADpt3uo3iw8WlL5QlbnwJueIWNkKzc2w3SWKGenulFeDrv1XnBRWgAyJkgCaCquU7/px l1Rxyz+KPBewhafnVrrsfm6wcTnS9Kbh+7pmcqrVhpdYcP5AWzofpMO52xfB4+VGECQr M76A== MIME-Version: 1.0 X-Received: by 10.180.107.129 with SMTP id hc1mr2311496wib.34.1358344385024; Wed, 16 Jan 2013 05:53:05 -0800 (PST) Received: by 10.227.5.134 with HTTP; Wed, 16 Jan 2013 05:53:04 -0800 (PST) Date: Wed, 16 Jan 2013 14:53:04 +0100 Message-ID: Subject: Python broken - 0x6669 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: Wed, 16 Jan 2013 13:53:06 -0000 Greetings all, I'm running a tor node on my FreeBSD server & I used arm, which is short for Anonymous Relay Monitor, to keep track of things.. So arm is a Python application written by Damian Johnson at the torproject but I can't get it to run anymore because my Python installation is broken.. Please help.. # which python..? /usr/bin/python.. Apparently some 2.6.7 version.. # pkg_version -v | grep python python-2.7,2 python-27-2.7.3_5 Why two versions & which one is being used..? This is after I built from my /usr/ports/lang/python port.. Now when I try to run the arm shell script which fires the default python with the arm .py file it comes up with the following: Could not find platform independent libraries Could not find platform dependent libraries Consider blah blah.. import os ImportError: No module named os <== There you have it, broken.. Any help on how to get this sorted would be very much appreciated.. Regards, E.