freebsd port(s) including files in the fedora package
gnome-python2-gtkmozembed-2.25.3
Joey Mingrone
joey at mingrone.org
Fri Jun 4 17:54:31 UTC 2010
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
More information about the freebsd-python
mailing list