Difference between revisions of "Talk:GEPS 029: GTK3-GObject introspection Conversion"

From Gramps
Jump to: navigation, search
(Gettext support: new section)
 
Line 1: Line 1:
== Gettext support ==
+
== Gettext support for pygobject 3.3.2 ==
  
Currently, I do not know why pygobject is not compiled with gettext support?
+
Currently, I do not know why pygobject 3.3.2 is not compiled with gettext support?
  
 
I added:
 
I added:
Line 12: Line 12:
  
 
--[[User:Romjerome|Romjerome]] ([[User talk:Romjerome|talk]]) 04:11, 14 July 2012 (MST)
 
--[[User:Romjerome|Romjerome]] ([[User talk:Romjerome|talk]]) 04:11, 14 July 2012 (MST)
 +
 +
:No more informations.
 +
:So, I do not know if this is important for testing gettext support on GEPS029!
 +
:Note get a warning by calling 'gramps.py':
 +
<pre>GRAMPS GTK3: a g_value_get_object warning:
 +
/usr/local/lib/python2.7/site-packages/gi/types.py:47: Warning: g_value_get_object: assertion
 +
`G_VALUE_HOLDS_OBJECT (value)' failed
 +
  return info.invoke(*args, **kwargs)</pre>
 +
 +
:--[[User:Romjerome|Romjerome]] ([[User talk:Romjerome|talk]]) 08:46, 14 July 2012 (MST)

Revision as of 15:46, 14 July 2012

Gettext support for pygobject 3.3.2

Currently, I do not know why pygobject 3.3.2 is not compiled with gettext support?

I added:

gettext intltool

packages and I have downloaded sources (GEPS029).

I will try to compile the Tarball.

I hope to see more informations about missing config files after that.

--Romjerome (talk) 04:11, 14 July 2012 (MST)

No more informations.
So, I do not know if this is important for testing gettext support on GEPS029!
Note get a warning by calling 'gramps.py':
GRAMPS GTK3: a g_value_get_object warning:
/usr/local/lib/python2.7/site-packages/gi/types.py:47: Warning: g_value_get_object: assertion 
`G_VALUE_HOLDS_OBJECT (value)' failed
  return info.invoke(*args, **kwargs)
--Romjerome (talk) 08:46, 14 July 2012 (MST)