Modify ↓
Opened 13 years ago
Closed 13 years ago
#9781 closed defect (worksforme)
Install Trac 0.12 and XmlRpc TracXMLRPC-1.1.2-py2.6.egg
Reported by: | Owned by: | osimons | |
---|---|---|---|
Priority: | high | Component: | XmlRpcPlugin |
Severity: | critical | Keywords: | |
Cc: | Olemis Lang | Trac Release: | 0.12 |
Description (last modified by )
Dear All,
I Install Trac 0.12 and XmlRpcPlugin TracXMLRPC-1.1.2-py2.6.egg in $TRAC_HOME/plugins, python version 2.4 and 2.6 but the XML RPC plugin doesn't work.
when I use trac-admin as below
trac-admin /$TRAC_HOME/projectname permisstion add user XML_RPC
there is an error
/usr/local/lib/python2.6/site-packages/TracAccountManager-0.2.1dev_r4679-py2.6.egg/acct_mgr/pwhash.py:13: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5, sha /usr/local/lib/python2.6/site-packages/TracAccountManager-0.2.1dev_r4679-py2.6.egg/acct_mgr/pwhash.py:13: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import md5, sha TracError: XML_RPC is not a valid action.
Could anyone help me? Chau Pham
Attachments (0)
Change History (1)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Python versions 2.4 AND 2.6? Really?
TRAC_ADMIN
permission. Do you see it there?trac.ini
set[components] tracrpc.* = enabled
.Anyway, this is not a plugin issue. The plugin works fine. Review your installation procedure and documentation - including how to install and enable plugins at trac:wiki:TracPlugins - hoping you will figure it out.