Modify ↓
Opened 15 years ago
Closed 15 years ago
#7131 closed defect (fixed)
xmlrpc plugin leads to internal server error
Reported by: | dschulten | Owned by: | osimons |
---|---|---|---|
Priority: | high | Component: | XmlRpcPlugin |
Severity: | blocker | Keywords: | |
Cc: | Olemis Lang | Trac Release: | 0.11 |
Description
After installing xmlrpcplugin from trunk into trac 0.11, I get:
Internal Server Error
TracError: AttributeError: 'module' object has no attribute 'JsonRpcProtocol'
Apparently this has to do with a json dependency, you worked on that lately. Installing simplejson with
easy_install simplejson
and restarting Apache seems to help.
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Do you have the full traceback?