<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gramps-project.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lihtox</id>
	<title>Gramps - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://gramps-project.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lihtox"/>
	<link rel="alternate" type="text/html" href="https://gramps-project.org/wiki/index.php/Special:Contributions/Lihtox"/>
	<updated>2026-07-19T20:31:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.3</generator>
	<entry>
		<id>https://gramps-project.org/wiki/index.php?title=Talk:Mac_OS_X:Build_from_source:MacPorts&amp;diff=13083</id>
		<title>Talk:Mac OS X:Build from source:MacPorts</title>
		<link rel="alternate" type="text/html" href="https://gramps-project.org/wiki/index.php?title=Talk:Mac_OS_X:Build_from_source:MacPorts&amp;diff=13083"/>
		<updated>2009-02-04T18:57:45Z</updated>

		<summary type="html">&lt;p&gt;Lihtox: Added my installation record; it seems to be much easier now&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==It's gotten easier==&lt;br /&gt;
I think this page may change drastically as MacPorts corrects its bugs.  I've finally gotten GRAMPS installed from MacPorts on OSX 10.4.11 and it was a lot easier than in the article.  I don't know whether I should replace this article, or just put in a new dated section.&lt;br /&gt;
Here were my steps; they will need to be elaborated for a wider audience.&lt;br /&gt;
&lt;br /&gt;
1. Started with a clean MacPorts install (that is, I completely deleted /opt/local).  It might suffice to update everything instead, but I wanted to be safe.  If you're already using MacPorts then you might want to try updating all out-of-date packages first.&lt;br /&gt;
&lt;br /&gt;
2. &amp;quot;sudo port install gtk2&amp;quot; (It might not be necessary to do this first, but it's what I did and it worked.)&lt;br /&gt;
&lt;br /&gt;
3. &amp;quot;port activate -f python25&amp;quot; because the previous command stopped in the middle of the process, saying that it couldn't install python25. &lt;br /&gt;
&lt;br /&gt;
4. &amp;quot;sudo port install gtk2&amp;quot; again to finish installing gtk2.&lt;br /&gt;
&lt;br /&gt;
5. &amp;quot;sudo port install gramps&amp;quot; which finished without a hitch.&lt;br /&gt;
&lt;br /&gt;
6. Type &amp;quot;launchctl load /Library/LaunchAgents/org.freedesktop.dbus-session.plist&amp;quot; into the terminal.  This is necessary for the package dbus to work, and it actually tells you to do it back in the many pages of output from the installation, but of course you probably weren't watching the installation.  :)  Make sure that you DON'T put sudo in front of this.&lt;br /&gt;
&lt;br /&gt;
7. Run GRAMPS from X11/&lt;br /&gt;
&lt;br /&gt;
--[[User:Lihtox|Lihtox]] 18:57, 4 February 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Lihtox</name></author>
		
	</entry>
	<entry>
		<id>https://gramps-project.org/wiki/index.php?title=Talk:Mac_OS_X:Build_from_source:fink:local&amp;diff=11285</id>
		<title>Talk:Mac OS X:Build from source:fink:local</title>
		<link rel="alternate" type="text/html" href="https://gramps-project.org/wiki/index.php?title=Talk:Mac_OS_X:Build_from_source:fink:local&amp;diff=11285"/>
		<updated>2008-12-18T19:20:55Z</updated>

		<summary type="html">&lt;p&gt;Lihtox: results when attempted on 10.4; help gratefully accepted&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Problems with 10.4==&lt;br /&gt;
This process worked for me on OSX 10.4 until I tried to run gramps, and got&lt;br /&gt;
&lt;br /&gt;
 GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP&lt;br /&gt;
 networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ &lt;br /&gt;
 for information. (Details -  1: Failed to get connection to session: dbus-launch failed to autolaunch D-Bus &lt;br /&gt;
 session: Autolaunch requested, but X11 support not compiled in.&lt;br /&gt;
 Cannot continue.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This might be because 10.5 has a newer version of X11 installed, or for some other reason I can't ascertain.  Help appreciated.  --[[User:Lihtox|Lihtox]] 14:20, 18 December 2008 (EST)&lt;/div&gt;</summary>
		<author><name>Lihtox</name></author>
		
	</entry>
	<entry>
		<id>https://gramps-project.org/wiki/index.php?title=Mac_OS_X:Build_from_source:fink&amp;diff=2135</id>
		<title>Mac OS X:Build from source:fink</title>
		<link rel="alternate" type="text/html" href="https://gramps-project.org/wiki/index.php?title=Mac_OS_X:Build_from_source:fink&amp;diff=2135"/>
		<updated>2007-05-07T03:40:20Z</updated>

		<summary type="html">&lt;p&gt;Lihtox: /* Glitches */ Added fix for the gsignal problem; I don't know what &amp;quot;as described above&amp;quot; means here&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing Gramps on Mac OS X via fink to use X11 ==&lt;br /&gt;
&lt;br /&gt;
This page describes how to install Gramps on OSX using X11. The process uses fink to install the packages that gramps depends on. Gramps does work, although there are some glitches which are described below. Many thanks to the original author from which this guide was written, and for the help of people on the Gramps list for helping me work through the stumbling blocks!&lt;br /&gt;
&lt;br /&gt;
This guide applies to Mac OS X 10.3, and Gramps 2.2.6, but might work with other versions.&lt;br /&gt;
&lt;br /&gt;
== Caveats ==&lt;br /&gt;
&lt;br /&gt;
* As stated above, these instructions were for installing 2.2.6 on Mac OS X 10.4.8, but should work more widely.&lt;br /&gt;
* Production of a guide like this should really only be done after repeating the installation from a clean machine, and repeating again till the guide exactly matches the actual process - doing so would take a lot of time; I have only done the installation once, so your experience will almost certainly differ from mine.&lt;br /&gt;
* The process is not very straightforward, and there will almost certainly be problems like unresolved dependencies, files not found on the various servers, download of files just stalls indefinitely and questions asked by scripts to which you don't know the answer. Nevertheless, installation is possible and I think gramps is worth the trouble. I suggest you have a look at the instructions for [http://www.captnswing.net/2004/02/12/nicotine.html|Installing SoulSeek] - this is a similar process, but actually ''SoulSeek'' is easier because it is fully integrated into the fink process. This might give you some idea of the requirements for perseverance. If you don't think you could install ''SoulSeek'' then you certainly won't be able to install Gramps.  '''The converse is not true'''&lt;br /&gt;
* You are installing from the 'unstable' fink tree, so the versions of the packages you install may vary from day to day, and there could be problems with them.&lt;br /&gt;
&lt;br /&gt;
== Installation instructions ==&lt;br /&gt;
&lt;br /&gt;
=== Install X11 ===&lt;br /&gt;
&lt;br /&gt;
If you  have not already installed X11, install it from the Apple OS X installation disks.&lt;br /&gt;
&lt;br /&gt;
===Install Developer Tools===&lt;br /&gt;
&lt;br /&gt;
If you have not already installed the Developer Tools, install them from a recent Apple OS X installation disks (there may be a CD labelled XCode Tools, or an XCode folder on the install DVD). If your installation disk is not very recent, it may be better to download the  tools from the [http://developer.apple.com/tools/xcode/ Apple web-site] (free registration required to access the development tools) because some of the build process will not work with an old version of the tools.&lt;br /&gt;
&lt;br /&gt;
===Install and update fink===&lt;br /&gt;
&lt;br /&gt;
This was much more difficult than it should have been. From reading some of the fink mailing lists, I think there may have been some problems with updates to the fink mirrors at the time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt; Download the appropriate version of [http://fink.sourceforge.net/download/index.php?phpLang=en fink]. These instructions were tried with fink 0.8.1. You may need the [http://fink.sourceforge.net/doc/users-guide/ Fink User's Guide].&lt;br /&gt;
&amp;lt;li&amp;gt; Install fink by opening the disk image and double clicking on the installer.pkg.&lt;br /&gt;
&amp;lt;li&amp;gt; You could use FinkCommander to provide a GUI to fink, but it is not worth the trouble, because I wasn't sure that it actually offered all the packages that I wanted, and sometimes did not allow me to type in responses to questions (this is presumably a bug). I suggest you use Terminal. In Terminal type &amp;lt;tt&amp;gt;'''fink self-update'''&amp;lt;/tt&amp;gt; This should download package descriptions and update core packages including fink itself. I thought it would be best to do this update before switching from source to binary distribution, but I had to try the whole updating process several times before I actually managed to get it to succeed, so this may be a bad choice.&lt;br /&gt;
&amp;lt;li&amp;gt; In Terminal type &amp;lt;tt&amp;gt;'''fink configure'''&amp;lt;/tt&amp;gt; This should run the fink configuration process (or it may have been run automatically before). You need to choose source distribution (not binary). This will set the list of Trees in &amp;lt;tt&amp;gt;'''/sw/etc/fink.conf'''&amp;lt;/tt&amp;gt; to have unstable/main at the end. If not you need to add this manually. Because &amp;lt;tt&amp;gt;fink.conf&amp;lt;/tt&amp;gt; is owned by root, if you do this manually you will have to do &amp;lt;tt&amp;gt;'''sudo pico /sw/etc/fink.conf'''&amp;lt;/tt&amp;gt;. During the configuration process you will also have to choose between the CVS (Concurrent Versions System or Concurrent Versioning System) and rsync update methods. Rsync is a very fast protocol. It will update the description files faster than the old CVS update method. Furthermore, CVS updates are always done from sourceforge.net while rsync updates can be done from a mirror close to you. I found that CVS often stalled trying to access files, though rsync had the disadvantage that sometimes files were not found (and perhaps as CVS uses the master copy the files should be found). Nevertheless, I suggest you use rsync. If you are behind a firewall (even the firewall in a broadband router), you may need to set ProxyPassiveFTP to true to help get around the firewall.&lt;br /&gt;
&amp;lt;li&amp;gt; In Terminal type &amp;lt;tt&amp;gt;'''fink selfupdate-rsync'''&amp;lt;/tt&amp;gt; This should make sure all the package descriptions are downloaded, and the core packages correctly updated. I found I had to repeat this command several times, trying different mirrors when problems arose with accessing files, before the update succeeded. Fortunately, once a file has been downloaded, if you quit the process (ctrl-C), then on typing the command again, it starts from where it left off.&lt;br /&gt;
&amp;lt;li&amp;gt; I also got the following error, and carried out the suggested instructions (I had to use sudo apt-get in each case), which installed some extra packages and seemed to work.&amp;lt;pre&amp;gt;  The following inconsistencies found:&lt;br /&gt;
  Unsatisfied dependency in gettext-tools: gettext (= 0.10.40-19)&lt;br /&gt;
 &lt;br /&gt;
  Trying to resolve dependencies...&lt;br /&gt;
  Could not resolve inconsistent dependencies!&lt;br /&gt;
&lt;br /&gt;
  Fink isn't sure how to install the above packages safely.&lt;br /&gt;
  You may be able to fix things by running:&lt;br /&gt;
&lt;br /&gt;
  fink scanpackages&lt;br /&gt;
  apt-get update&lt;br /&gt;
  apt-get install gettext=0.10.40-25{CODE}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Install the Gramps dependencies===&lt;br /&gt;
&lt;br /&gt;
In Terminal, successively type in the following instructions:&lt;br /&gt;
&lt;br /&gt;
  sudo fink install pygtk2-py24&lt;br /&gt;
  sudo fink install gnome-python2-py24&lt;br /&gt;
  sudo fink install librsvg2-gtk&lt;br /&gt;
&lt;br /&gt;
I found that a number of the files could not be found on the first mirror that was tried, or the files would not download. Sometimes, I could follow the suggestions and get the file from the next mirror that was suggested. However I also quit out of the install process by ctrl-C (twice) and started again. Fortunately files already downloaded are remembered.&lt;br /&gt;
&lt;br /&gt;
Later on, I found that the gramps build process complained about another package missing, so in Terminal I had to type:&lt;br /&gt;
&lt;br /&gt;
  sudo fink install gnome-doc-utils&lt;br /&gt;
&lt;br /&gt;
In attempting to resolve some of the glitches, I also installed a number of other packages. These are not essential and did not resolve the issue with the spell checker, but somewhere along the way I seem to have resolved the assert warnings. In Terminal type:&lt;br /&gt;
&lt;br /&gt;
  sudo fink install gtkspell2&lt;br /&gt;
  sudo install gnome-spell&lt;br /&gt;
  sudo fink install gnome-spell&lt;br /&gt;
  sudo fink install gnome-python2-py24-dev&lt;br /&gt;
  sudo fink install gnome-python2-py24-vfsmodule&lt;br /&gt;
  sudo fink install gtkspell2-dev&lt;br /&gt;
&lt;br /&gt;
===Download and install Gramps===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;[http://sourceforge.net/project/showfiles.php?group_id=25770 Download gramps]  for example to &amp;lt;tt&amp;gt;'''~/Downloads'''&amp;lt;/tt&amp;gt;. On the Gramps page, you need to scroll down to find a file like '''gramps-2.2.6.tar.gz'''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Unpack the file; assuming  you download to the suggested place, in Terminal type:&amp;lt;pre&amp;gt;  cd ~/Downloads&lt;br /&gt;
  tar -xzf gramps-2.2.6.tar.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt; [According to the fink User's Guide &amp;quot;It is important that you don't use '''StuffIt Expander''' to extract the tar archive. For some reason '''StuffIt''' still can't handle long file names. If '''StuffIt Expander''' already extracted the archive, throw away the folder it created&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Optional:''' You can either install gramps in the default directory (which is '''/usr/local/share/gramps'''), or you can read the instructions in the gramps files about &amp;quot;how to install in a non-default prefix&amp;quot; so that you can install gramps into your users own folder rather than into /usr/local/. One user has found that it is best not to put things into /usr/local as it can be difficult to uninstall them afterwards. The following instructions assume you install in the default directory.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Modify the configuration script in the download directory by changing &amp;lt;tt&amp;gt;'''configure'''&amp;lt;/tt&amp;gt;. Replace:&amp;lt;pre&amp;gt;  imp.find_module('gnome/ui')&amp;lt;/pre&amp;gt;with&amp;lt;pre&amp;gt;  imp.find_module('ui', gnome.__path__)&lt;br /&gt;
  import gnome&amp;lt;/pre&amp;gt;[Note that I don't understand why ''import gnome'' is added at the end, because it seems to be in the preceding lines, but this part of the instructions are just following the wording in a previous version of the instructions]. Also replace:&lt;br /&gt;
&lt;br /&gt;
  imp.find_module('gtk/glade')&lt;br /&gt;
&lt;br /&gt;
with:&lt;br /&gt;
&lt;br /&gt;
  imp.find_module('glade', [imp.find_module('gtk')[1]])&lt;br /&gt;
  import gnome&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the file &amp;lt;tt&amp;gt;'''po/Makefile'''&amp;lt;/tt&amp;gt;, make sure that &amp;lt;tt&amp;gt;'''GMSGFMT'''&amp;lt;/tt&amp;gt; has the value:&amp;lt;pre&amp;gt;  GMSGFMT = /sw/bin/msgfmt&amp;lt;/pre&amp;gt;[This file does not seem to be present till part of the build has been done; it needs to be modified after it has been created and before it is  used].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Build gramps by typing in Terminal:&amp;lt;pre&amp;gt;  ./configure&lt;br /&gt;
  make&lt;br /&gt;
  sudo make install&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In one of the updates along the way, I had installed Python version 2.5, which is not good because all the library packages are for 2.4. You will need to switch the default version that Python picks up. In Terminal type:&amp;lt;pre&amp;gt;sudo ln -sf /sw/bin/python2.4 python&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In &amp;lt;tt&amp;gt;'''/usr/local/share/gramps/GrampsWidgets.py'''&amp;lt;/tt&amp;gt; put:&amp;lt;pre&amp;gt;  try:&lt;br /&gt;
      INFO_ICON = gtk.STOCK_INFO&lt;br /&gt;
  except:&lt;br /&gt;
      INFO_ICON = gtk.STOCK_DIALOG_INFO&amp;lt;/pre&amp;gt;Somewhere after &amp;lt;tt&amp;gt;'''import gtk'''&amp;lt;/tt&amp;gt; in the section labelled: Constants.  Then change every reference to &amp;lt;pre&amp;gt;gtk.STOCK_INFO&amp;lt;/pre&amp;gt; to &amp;lt;pre&amp;gt;INFO_ICON&amp;lt;/pre&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Start Gramps===&lt;br /&gt;
&lt;br /&gt;
This is how Gramps has to be started each time, because there is no tool to start X11 and Gramps together.&lt;br /&gt;
&lt;br /&gt;
# Start X11 by double clicking on the X11 icon in Applications/Utilities (or in Applications, depending on the version of Mac OS X).&lt;br /&gt;
# Start Gramps, by typing, in xterm: &amp;lt;tt&amp;gt;'''gramps'''&amp;lt;/tt&amp;gt;. After a pause &amp;quot;Spelling checker is not installed&amp;quot; appears on the xterm, and then Gramps should start.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Glitches ==&lt;br /&gt;
&lt;br /&gt;
There are some problems&lt;br /&gt;
&lt;br /&gt;
* Help does not work (clicking Help or FAQ etc on the Help menu does nothing).&lt;br /&gt;
* 'Enter' or 'return' does not act as OK for closing windows (the button has to be pressed with the mouse). However Esc does work to exit from the window.&lt;br /&gt;
* The browser and email links under the help menu do nothing.&lt;br /&gt;
* It is not possible to start Gramps by double clicking on a Mac OS icon, nor by double clicking on a Gramps database that is associated with the application. (It should be possible to create an installation that allows this, just as it is available for OpenOffice).&lt;br /&gt;
* The PdfDoc.py plugin cannot be installed because ReportLab is not installed.&lt;br /&gt;
* The LPRDoc.py plugin cannot be loaded because the python bindings for GNOME print are not installed.&lt;br /&gt;
* Spell checking does not work (on starting Gramps, an error warning &amp;quot;Spelling checker is not installed&amp;quot; appears on the xterm). The python &amp;quot;bindings for [GNOME print and spell checking] are probably in fink's gnome-python2-desktop-py24 and gnome-python2-extras-py24 packages. Or would be, if fink had them at all, which we don't. They are only viable for for newer versions of gnome itself than fink presently has, or have other dependencies that are not yet satisfiable within fink. We're working on it&amp;quot;.&lt;br /&gt;
* (Gramps bug 0000940) On starting Gramps, the following assert warnings are output:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/usr/local/share/gramps/DbLoader.py:99: &lt;br /&gt;
     GtkWarning: gtk_file_system_unix_get_folder: &lt;br /&gt;
         assertion `g_path_is_absolute (filename)' failed&lt;br /&gt;
            choose.set_current_folder(get_default_dir())&lt;br /&gt;
/usr/local/share/gramps/DbLoader.py:153: &lt;br /&gt;
     GtkWarning: gtk_file_system_unix_get_folder: &lt;br /&gt;
        assertion `g_path_is_absolute (filename)' failed&lt;br /&gt;
            choose.set_current_folder(default_dir)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* (Gramps bug 0000940) When running gramps, the following warning is output on xterm - this appears to be when I open a new window:&lt;br /&gt;
&lt;br /&gt;
 (gramps:516): libglade-WARNING **: unknown property `urgency_hint' &lt;br /&gt;
                                 for class `GtkDialog'&lt;br /&gt;
&lt;br /&gt;
* (Gramps bug 0000939) Detection of the availability of gsignal is flawed. In GrampsWidgets.py, there is some code to cater for different versions of gtk.pygtk. I have fink packages pygtk2-gtk-py* version 2.6.3-1 and pygtk2-py* version 2.6.3-2000 installed, so this certainly seems to be version 2.6, and is presumably causing HAVE_2_6 to be set to true. However, on running gramps, I get:&lt;br /&gt;
&lt;br /&gt;
 [name G5:~] name% gramps&lt;br /&gt;
 Traceback (most recent call last):&lt;br /&gt;
   File &amp;quot;/usr/local/share/gramps/gramps.py&amp;quot;, line 97, in ? &lt;br /&gt;
     import gramps_main&lt;br /&gt;
   File &amp;quot;/usr/local/share/gramps/gramps_main.py&amp;quot;, line 47, in ?&lt;br /&gt;
     import ViewManager&lt;br /&gt;
   File &amp;quot;/usr/local/share/gramps/ViewManager.py&amp;quot;, line 68, in ?&lt;br /&gt;
     import GrampsCfg&lt;br /&gt;
   File &amp;quot;/usr/local/share/gramps/GrampsCfg.py&amp;quot;, line 47, in ?&lt;br /&gt;
     from GrampsWidgets import *&lt;br /&gt;
   File &amp;quot;/usr/local/share/gramps/GrampsWidgets.py&amp;quot;, line 1162, in ?&lt;br /&gt;
     class MaskedEntry(gtk.Entry):&lt;br /&gt;
   File &amp;quot;/usr/local/share/gramps/GrampsWidgets.py&amp;quot;, line 1216, in MaskedEntry&lt;br /&gt;
     gsignal('size-allocate', 'override')&lt;br /&gt;
 NameError: name 'gsignal' is not defined&lt;br /&gt;
&lt;br /&gt;
The problem is worked around as described above.  It also seems to work if you replace or follow the line&lt;br /&gt;
 HAVE_2_6 = gtk.pygtk_version[:2] == (2, 6)&lt;br /&gt;
with&lt;br /&gt;
 HAVE_2_6 = False&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* (Gramps-users report 19 Feb 2007) Output of (for example charts) to OpenOffice causes OpenOffice to crash due to a problem with Gramps handling of '&amp;amp;'.&lt;br /&gt;
* (Gramps bug 0000938) Import of a GEDCOM file that contains an invalid date of the form 2 DATE BET ABT 1912 AND 1915 causes the date to appear as blank.&lt;br /&gt;
* (Gramps-devel mailing list 11 Feb 2007) Gramps aborts at startup with the following error:&lt;br /&gt;
&lt;br /&gt;
  File &amp;quot;/usr/local/share/gramps/GrampsWidgets.py&amp;quot;, line 2010, in ?&lt;br /&gt;
    MANDATORY_ICON = gtk.STOCK_INFO&lt;br /&gt;
 AttributeError: 'module' object has no attribute 'STOCK_INFO'{CODE}&lt;br /&gt;
&lt;br /&gt;
This stock item is added in Gtk 2.8 and fink an older Gtk, for more info see: http://www.pygtk.org/docs/pygtk/gtk-stock-items.html. &lt;br /&gt;
&lt;br /&gt;
This is worked around by patching the application as above.&lt;/div&gt;</summary>
		<author><name>Lihtox</name></author>
		
	</entry>
</feed>