yann972 <[email protected]> writes: > Hi all, > > I have an other problem with nslave.py script (the one that launch > rcp_render and rcp_makezip functions). > > When i'm on mediawiki and click export as PDF, server give me > immediatly an error message : > > TypeError: doit() keywords must be strings in function rpc_render, > file /usr/local/lib64/python2.6/site-packages/mwlib-0.13.6-py2.6-linux- > x86_64.egg/EGG-INFO/scripts/nslave.py, line 165
This looks like a bug in qserve, which doesn't force the keyword arguments to be strings. Some versions of json/simplejson return strings as unicode strings. We'll fix that. In the meantime you could try a different simplejson version. -- 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.
