So I have mw-serve installed on my Linux Server, and my windows server
has mediawiki 1.16.2 installed. Whenever I try to get a pdf print out
of a default install all I get is the following.

Traceback (most recent call last):
  File "build\bdist.win32\egg\wsgiref\handlers.py", line 92, in run
  File "/usr/lib/python2.4/site-packages/mwlib-0.12.10-py2.4-linux-
x86_64.egg/mwlib/serve.py", line 161, in __call__
    response = self.dispatch(request)
  File "/usr/lib/python2.4/site-packages/mwlib-0.12.10-py2.4-linux-
x86_64.egg/mwlib/serve.py", line 180, in dispatch
    collection_id = self.new_collection(request.params)
  File "/usr/lib/python2.4/site-packages/mwlib-0.12.10-py2.4-linux-
x86_64.egg/mwlib/serve.py", line 232, in new_collection
    collection_id = make_collection_id(post_data)
  File "/usr/lib/python2.4/site-packages/mwlib-0.12.10-py2.4-linux-
x86_64.egg/mwlib/serve.py", line 98, in make_collection_id
    sio.write(calc_checksum(json.loads(unicode(mb, 'utf-8'))))
TypeError: decoding Unicode is not supported

There is no username password authentication.

Server: RHEL5
Python: 2.4
It seemed to have installed fine.

-- 
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.

Reply via email to