[Bug 633901] Re: python-librdf raises errors when using unicode

2010-10-06 Thread Jasper Op de Coul
It looks like ucs4 is not the problem, older pythons were also ucs4 and librdf worked fine. The problem went away when I installed newer redland-bindings (redland-1.0.11 and redland-bindings-1.0.11.1) from the librdf.org site. These were released last week. -- python-librdf raises errors when

[Bug 633901] Re: python-librdf raises errors when using unicode

2010-09-29 Thread Jasper Op de Coul
I compiled redland-bindings-1.0.10.1 and redland-1.0.10 from the librdf.org tarballs, but this did not fix it. When I compiled a fresh Python-2.6.6, everything worked again. -- python-librdf raises errors when using unicode https://bugs.launchpad.net/bugs/633901 You received this bug

[Bug 633901] [NEW] python-librdf raises errors when using unicode

2010-09-09 Thread Jasper Op de Coul
Public bug reported: When using the python bindings in lucid (never had any problems before) exceptions are sometimes raised (random) when creating an RDF.Node from a unicode string. import RDF for i in range(100): RDF.Node(u'föö') ... SystemError: error return