Changes

Jump to: navigation, search

Mac OS X:Build from source:fink

86 bytes added, 00:38, 12 March 2008
Minor corrections
imp.find_module('glade', [imp.find_module('gtk')[1]])
<li>For some reason, Fink's install of msgfmt isn't detected properly (even though the configure script says it is). You will have to tell it explicitly where to find it. Configure gramps by typing in Terminal:modifying the file po/Makefile so that GMSGFMT is set<pre> GMSGFMT="/sw/bin/msgfmt" </pre> <li>Configure gramps by typing in Terminal:<pre>cd gramps-2.2.8./configure</pre>
<li>Python couldn't find the method <tt>gsignal</tt>, so in src/GrampsWidgets.py replace: <pre>HAVE_2_6 = gtk.pygtk_version[:2] == (2, 6)</pre> with <pre>HAVE_2_6 = False</pre> While I have PyGTK 2.6.3, the code this looks at caused a NameError.</li>
manual
389
edits

Navigation menu