Date: Fri, 4 Jun 2010 14:27:07 -0300 From: Joey Mingrone <joey@mingrone.org> To: freebsd-python@freebsd.org Subject: freebsd port(s) including files in the fedora package gnome-python2-gtkmozembed-2.25.3 Message-ID: <AANLkTimu3KjV010t3HzytvsNlebrtVVlZT9kfMs9ZPkx@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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 <module> from pytrainer.main import pyTrainer File "/usr/local/lib/python2.6/site-packages/pytrainer/main.py", line 48, in <module> from extensions.googlemaps import Googlemaps File "/usr/local/lib/python2.6/site-packages/pytrainer/extensions/googlemaps.py", line 19, in <module> import gtkmozembed ImportError: No module named gtkmozembed Thanks in advance, Joey Mingrone
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTimu3KjV010t3HzytvsNlebrtVVlZT9kfMs9ZPkx>