Ajeet Grewal <[email protected]> writes: > Hey guys, > > I have the xml dump of wikipedia which I have converted to CDB using mwlib. > I get parser errors for some articles. It seems that the "adapted" nuwiki > (from cdbwiki) does not have the function "normalize_and_get_image_path", > which is needed in templ/magics.py. How do I fix this? I have attached the > stack trace below.
looks like you need to implement normalize_and_get_image_path. I nearly removed the cdbwiki implementation from mwlib some time ago. pediapress doesn't use it anymore, and it looks like it would need a new maintainer. Anyone volunteering? -- Cheers Ralf -- You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mwlib?hl=en.
