Opened 16 years ago

Last modified 15 years ago

#3181 closed defect

xmlrpc eclipse 3.3.2 (trac 11-stable) — at Version 2

Reported by: amakuto@… Owned by: Alec Thomas
Priority: high Component: XmlRpcPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.11

Description (last modified by Steffen Pingel)

Hello,

i have installed
eclipse 3.3.2
trac11-stable (Trac 0.11dev-r7200)
xmlrpc 0.1

when i activate the xmlrpc with

[components]
tracrpc.* = enabled
OR
tracrpc.web_ui.xmlrpcweb = enabled
then come the errortext ->

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r7200-py2.4.egg/trac/web/api.py", line 339, in send_error
    'text/html')
  File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r7200-py2.4.egg/trac/web/chrome.py", line 683, in render_template
    template = self.load_template(filename, method=method)
  File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r7200-py2.4.egg/trac/web/chrome.py", line 659, in load_template
    self.templates = TemplateLoader(self.get_all_templates_dirs(),
  File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r7200-py2.4.egg/trac/web/chrome.py", line 406, in get_all_templates_dirs
    dirs += provider.get_templates_dirs()
  File "build/bdist.linux-i686/egg/tracrpc/web_ui.py", line 76, in get_templates_dirs
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 16, in ?
    import sys, os, zipimport, time, re, imp, new
  File "os.py", line 48, in ?
    import posixpath as path
ImportError: No module named posixpath


also i cant send a new task from eclipse to trac.
i become error message
"unable to submite at this time"

i use the xml-rpc plugin(rev 1950)

what can i do for better help ?

thx

marian

Change History (2)

comment:1 Changed 16 years ago by iperezr@…

Priority: normalhigh
Severity: normalcritical
Trac Release: 0.100.11

I have same problem with same version of eclipse 3.3.2 and trac 0.11 stable.

What am I do?

comment:2 Changed 16 years ago by Steffen Pingel

Description: modified (diff)

From the error log above it appears that your installation of Python is incomplete:

ImportError: No module named posixpath

Note: See TracTickets for help on using tickets.