Modify

Opened 12 years ago

Closed 12 years ago

#9781 closed defect (worksforme)

Install Trac 0.12 and XmlRpc TracXMLRPC-1.1.2-py2.6.egg

Reported by: chaupv79@… Owned by: osimons
Priority: high Component: XmlRpcPlugin
Severity: critical Keywords:
Cc: Olemis Lang Trac Release: 0.12

Description (last modified by osimons)

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 12 years ago by osimons

Description: modified (diff)
Resolution: worksforme
Status: newclosed

Python versions 2.4 AND 2.6? Really?

  1. If installed correctly it should be displayed in Admin->Plugins panel, and also listed under "About Trac" for users with TRAC_ADMIN permission. Do you see it there?
  1. If you see it in plugins, is it enabled (checked)? In trac.ini set [components] tracrpc.* = enabled.
  1. Turn on debug logging. See trac:wiki:TracLogging for details and review logs to detect what may be missing.

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain osimons.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.