Changes between Initial Version and Version 1 of Ticket #9781


Ignore:
Timestamp:
Feb 10, 2012, 7:57:32 AM (12 years ago)
Author:
osimons
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9781

    • Property Status changed from new to closed
    • Property Resolution changed from to worksforme
  • Ticket #9781 – Description

    initial v1  
    11Dear All,
    22
    3 I Install Trac 0.12 and XmlRpc 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.
     3I 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.
    44
    55when I use trac-admin as below
    6 
     6{{{
    77trac-admin /$TRAC_HOME/projectname permisstion add user XML_RPC
    8 
     8}}}
    99there is an error
    10 
     10{{{
    1111/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
    1212  import md5, sha
     
    1414  import md5, sha
    1515TracError: XML_RPC is not a valid action.
    16 
     16}}}
    1717Could anyone help me?
    1818Chau Pham