From owner-freebsd-python@FreeBSD.ORG Fri Jan 19 20:07:49 2007 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9AFE216A401 for ; Fri, 19 Jan 2007 20:07:49 +0000 (UTC) (envelope-from fernan@iib.unsam.edu.ar) Received: from omega.iib.unsam.edu.ar (omega.iib.unsam.edu.ar [170.210.49.14]) by mx1.freebsd.org (Postfix) with ESMTP id BE92E13C45B for ; Fri, 19 Jan 2007 20:07:48 +0000 (UTC) (envelope-from fernan@iib.unsam.edu.ar) Received: from gama.iib.unsam.edu.ar (gama.iib.unsam.edu.ar [192.168.10.72]) by omega.iib.unsam.edu.ar (8.13.6/8.13.6) with ESMTP id l0JJUnNY018851 for ; Fri, 19 Jan 2007 16:30:49 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by gama.iib.unsam.edu.ar (8.13.8/8.13.8/Submit) id l0JJV5a7078415 for python@freebsd.org; Fri, 19 Jan 2007 16:31:05 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: gama.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Fri, 19 Jan 2007 16:31:05 -0300 From: Fernan Aguero To: python@freebsd.org Message-ID: <20070119193105.GA78377@iib.unsam.edu.ar> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: my first python port X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jan 2007 20:07:49 -0000 Hi! I wrote a very simple port for a trac plugin, but, although something gets installed, the plugin does not seem to be working. Because I'm a complete newbie with respect to all things python, I thought I'd ask here before going after the plugin author :) The port is here: http://genoma.unsam.edu.ar/~fernan/freebsd/trac-flexjs.shar I copied the use of easy_install and 'USE_PYDISTUTILS' from another trac plugin port ... I read elsewhere that it was this simple ... am I doing something wrong? Thanks, Fernan