I am trying to get  http://svn.zyons.python-hosting.com/trunk/
working under the current django svn.  I'll send .patch to zion's way when I am 
done.

I need a recommendation from someone who has an understanding of what this code 
does.  (I could probably hack it into submission, but that's not good.)

error: __init__() takes 3 arguments (1 given)

# zyons/zilbo/common/forum/views.py
xmlrpc = SimpleXMLRPCView()

# zyons/zilbo/common/utils/xmlrpc.py
from SimpleXMLRPCServer import SimpleXMLRPCDispatcher
class SimpleXMLRPCView(SimpleXMLRPCDispatcher):
  (no init)

# /usr/lib/python2.5/SimpleXMLRPCServer.py
class SimpleXMLRPCDispatcher:
     """Mix-in class that dispatches XML-RPC requests.
     This class is used to register XML-RPC method handlers
     and then to dispatch them. There should never be any
     reason to instantiate this class directly.
     """
     def __init__(self, allow_none, encoding):


further reading:
http://docs.python.org/lib/module-SimpleXMLRPCServer.html
http://code.djangoproject.com/ticket/547
http://code.djangoproject.com/ticket/115
http://zyons.com

Thanks for listening,
Carl K

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to