gramps/mac/gramps
John Ralls a5ab94721f Add MacOSX build modules, bundle description, and ancilary files needed
to build and bundle Gramps with Gtk-OSX and ige-mac-bundler.



svn: r16318
2010-12-27 22:42:13 +00:00

8 lines
320 B
Plaintext

import sys
import os.path
#Modified from the version shipped with pygtk, to point at where the pygtk-demo modules are in the bundle.
pygtklibdir = os.path.join(os.environ["GTK_EXE_PREFIX"], "lib", "pygtk", "2.0")
sys.path.insert(0, pygtklibdir)
execfile(os.path.join("GTK_DATA_PREFIX", "share", "gramps", "gramps.py"))