I changed the PYTHONPATH variable to point to

/apps/Python-2.5.1/Lib/site-packages, start the server and get this:

/apps/Python-2.5.1/Lib:export PYTHONPATH=/apps/Python-2.5.1/Lib/site-packages
/apps/Python-2.5.1/Lib:cd ..
/apps/Python-2.5.1:cd ../trac*
/apps/trac-0.10.4:tracd --port 9000 /home/jrun/tracproject
----------------------------------------
Exception happened during processing of request from ('161.221.45.98', 3892)
Traceback (most recent call last):
  File "/usr/local/lib/python2.5/SocketServer.py", line 464, in 
process_request_thread
    self.finish_request(request, client_address)
  File "/usr/local/lib/python2.5/SocketServer.py", line 254, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/local/lib/python2.5/SocketServer.py", line 522, in __init__
    self.handle()
  File "/usr/local/lib/python2.5/BaseHTTPServer.py", line 316, in handle
    self.handle_one_request()
  File "/usr/local/lib/python2.5/site-packages/trac/web/wsgi.py", line 174, in 
handle_one_request
    gateway.run(self.server.application)
  File "/usr/local/lib/python2.5/site-packages/trac/web/wsgi.py", line 87, in 
run
    response = application(self.environ, self._start_response)
  File "/usr/local/lib/python2.5/site-packages/trac/web/standalone.py", line 
88, in __call__
    return self.application(environ, start_response)
  File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 363, in 
dispatch_request
    env_paths)
  File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 456, in 
send_project_index
    req.hdf = HDFWrapper(loadpaths)
  File "/usr/local/lib/python2.5/site-packages/trac/web/clearsilver.py", line 
135, in __init__
    raise TracError, "ClearSilver not installed (%s)" % e
TracError: ClearSilver not installed (No module named neo_cgi)
----------------------------------------

SAME EXACT PROBLEM




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to