Modify ↓
Opened 18 years ago
Closed 18 years ago
#2670 closed defect (fixed)
Plugin installation broke Trac - Path error.cs not found
| Reported by: | Owned by: | Alec Thomas | |
|---|---|---|---|
| Priority: | normal | Component: | XmlRpcPlugin |
| Severity: | blocker | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
I installed the XmlRpcPlugin following the instructions: easy_install /path/to/unpacked/xmlrpcplugin.zip/0.10
Now I get the following error when running trac (see below). I've tried removing the .egg file and removing the reference to it in easy-install.pth but that doesn't help. At this point I just want to get my trac working again. I'm using Trac 10, python 2.3.5 on a Windows 2000 machine. Everything was working fine before I did this installation.
Exception happened during processing of request from
Traceback (most recent call last):
File "D:\python23\lib\SocketServer.py", line 463, i
self.finish_request(request, client_address)
File "D:\python23\lib\SocketServer.py", line 254, i
self.RequestHandlerClass(request, client_address,
File "D:\python23\lib\SocketServer.py", line 521, i
self.handle()
File "D:\python23\lib\BaseHTTPServer.py", line 324,
self.handle_one_request()
File "D:\python23\lib\site-packages\trac\web\wsgi.p
_request
gateway.run(self.server.application)
File "D:\python23\lib\site-packages\trac\web\wsgi.p
response = application(self.environ, self._start_
File "D:\python23\lib\site-packages\trac\web\standa
l__
return self.application(environ, start_response)
File "D:\python23\lib\site-packages\trac\web\standa
l__
return self.application(environ, start_response)
File "D:\python23\lib\site-packages\trac\web\main.p
equest
req.send_error(sys.exc_info(), status=e.code)
File "D:\python23\lib\site-packages\trac\web\api.py
data = self.hdf.render(template)
File "D:\python23\lib\site-packages\trac\web\clears
der
template.parseFile(filename)
Error: Traceback (innermost last):
File "csparse.c", line 293, in cs_parse_file()
File "neo_hdf.c", line 1896, in hdf_search_path()
NotFoundError: Path error.cs not found
Attachments (0)
Note: See
TracTickets for help on using
tickets.



I fixed the issue by upgrading to the latest version of Trac and installing the egg for one project only. There must have been a versioning conflict.