Opened 18 years ago
Closed 18 years ago
#1314 closed defect (fixed)
Error while trying to install Trac RPC plugin to use with Eclipse plugin
Reported by: | Owned by: | Matteo Merli | |
---|---|---|---|
Priority: | normal | Component: | EclipseTracPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
When trying to install the Trac RPC XML plugin on our Trac server we get the following error: <==== Begin paste ====> 2007-03-12 14:31:33,946 Trac[loader] ERROR: Failed to load plugin TracExtentedXmlRpc from /usr/lib/python2.4/site-packages/TracExtendedXmlRpc-0.1-py2.4.egg
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/loader.py", line 101, in load_components
entry_point.load()
File "/usr/lib/python2.4/site-packages/setuptools-0.6a11-py2.4.egg/pkg_resources.py", line 1830, in load
entry = import(self.module_name, globals(),globals(), __name__?)
File "build/bdist.linux-i686/egg/tracrpcext/init.py", line 1, in ?
File "build/bdist.linux-i686/egg/tracrpcext/wiki.py", line 7, in ?
ImportError: No module named tracrpc.api <==== End paste ====>
Any ideas?
Thanks, Roman.
You need to install the XmlRpcPlugin.. the documentation did not say it, and I will correct it right now... thanks.