Changes

Jump to: navigation, search

Talk:GEPS 029: GTK3-GObject introspection Conversion

802 bytes added, 10:40, 15 July 2012
Gettext support for pygobject 3.3.2
== Gettext support for pygobject 3.3.2 and GEPS029 == * pygobject 3.3.2:
Currently, I do not know why pygobject 3.3.2 is not compiled with gettext support?
--[[User:Romjerome|Romjerome]] ([[User talk:Romjerome|talk]]) 04:11, 14 July 2012 (MST)
 
* GEPS029:
:No more informations.
:So, I do not know if this is important for testing gettext support on GEPS029!
 
** command line:
 
:Note, I get a warning by calling 'gramps.py':
<pre>GRAMPS GTK3: a g_value_get_object warning:
return info.invoke(*args, **kwargs)
TypeError: pack_start() takes exactly 5 non-keyword arguments (2 given)</pre>
 
** compilation (gettext):
 
<pre> File "geps029/share/gramps/gramps.py", line 421, in <module>
errors = run()
File "geps029/share/gramps/gramps.py", line 354, in run
from cli.argparser import ArgParser
File "geps029/share/gramps/cli/argparser.py", line 50, in <module>
from gen.config import config
File "geps029/share/gramps/gen/config.py", line 288, in <module>
register('preferences.no-given-text', "[%s]" % _("Missing Given Name"))
File "geps029/share/gramps/gen/ggettext.py", line 48, in gettext
return unicode(pgettext.gettext(msgid))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 2: ordinal not in range(128)</pre>
PS: this one seems to be a problem on launch (setting encoding)!
:--[[User:Romjerome|Romjerome]] ([[User talk:Romjerome|talk]]) 08:46, 14 July 2012 (MST)

Navigation menu