[redland-dev] rss-tag-soup parser throws error

Kai Bielenberg kai at bielenberg.info
Thu Feb 10 16:51:02 GMT 2005


Hi,

i have this python snippet:

import RDF
model=RDF.Model(storage=RDF.MemoryStorage())
parser=RDF.Parser(name='rss-tag-soup',mime_type='application/rdf+xml') 

uri=RDF.Uri(string="http://del.icio.us/rss/kaiman")
parser.parse_into_model(model,uri)

this throws the following error:

rdf_parser.c:348: (librdf_parser_parse_into_model) assertion failed: 
object pointer of type librdf_parser is NULL.

Initializing the parser with name="rdfxml" works fine. Using rapper -i 
rss-tag-soup http://del.icio.us/rss/kaiman works also fine.

I am using Raptor 1.4.5, Redland 1.0.0, Redling-Bindings 1.0.0.1

Any help would be appreciated,

Kai




More information about the redland-dev mailing list