From owner-freebsd-python@FreeBSD.ORG Fri Jun 4 17:54:30 2010 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBEA2106564A for ; Fri, 4 Jun 2010 17:54:30 +0000 (UTC) (envelope-from joey@mingrone.org) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 892398FC24 for ; Fri, 4 Jun 2010 17:54:30 +0000 (UTC) Received: by bwz2 with SMTP id 2so572286bwz.13 for ; Fri, 04 Jun 2010 10:54:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.81.31 with SMTP id v31mr4221225bkk.141.1275672427206; Fri, 04 Jun 2010 10:27:07 -0700 (PDT) Received: by 10.204.118.197 with HTTP; Fri, 4 Jun 2010 10:27:07 -0700 (PDT) Date: Fri, 4 Jun 2010 14:27:07 -0300 Message-ID: From: Joey Mingrone To: freebsd-python@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: freebsd port(s) including files in the fedora package gnome-python2-gtkmozembed-2.25.3 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, 04 Jun 2010 17:54:31 -0000 I'm attempting to create a port for a program called pytrainer. The install documents list dependencies for fedora and I'm trying to translate these to freebsd-port-equivalents. I'm having trouble with one. The fedora package is called gnome-python2-gtkmozembed-2.25.3. Does anyone know what port(s) might include the necessary files? When I run the program now is says: % pytrainer -i data_path: /usr/local/share/pytrainer/ DIR: /usr/local/share/locale site_path: /usr/local/lib/python2.6/site-packages Traceback (most recent call last): File "/usr/local/bin/pytrainer", line 51, in from pytrainer.main import pyTrainer File "/usr/local/lib/python2.6/site-packages/pytrainer/main.py", line 48, in from extensions.googlemaps import Googlemaps File "/usr/local/lib/python2.6/site-packages/pytrainer/extensions/googlemaps.py", line 19, in import gtkmozembed ImportError: No module named gtkmozembed Thanks in advance, Joey Mingrone