I hear you... I was once there where you are now. My notes say:


--------------------------------------------
   File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 
406, in dispatch_request
   File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 
206, in dispatch
   File 
"/usr/local/lib/python2.5/site-packages/trac/web/clearsilver.py", line 
135, in __init__
TracError: ClearSilver not installed (No module named neo_cgi)


We need the Python-clearsilver bindings:
http://lists.edgewall.com/archive/trac/2004-December/001338.html points at
http://dag.wieers.com/rpm/packages/clearsilver/

Tried:  easy_install clearsilver
It downloaded, compiled, configured, make'd & installed clearsilver 
(again??)

Tried to go to trac, error again:

Traceback (most recent call last):
   File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 
406, in dispatch_request
   File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 
206, in dispatch
   File 
"/usr/local/lib/python2.5/site-packages/trac/web/clearsilver.py", line 
135, in __init__
TracError: ClearSilver not installed 
(/www/svn.foo.org/egg-cache/clearsilver-0.10.1-py2.5-linux-i686.egg-tmp/neo_cgi.so:
 
undefined symbol: NERR_PARSE)
--------------------------------------------


        
        So, that's where I am at. NERR_PARSE. I have tried Clearsilver from 
sources, I have even crossed my fingers a couple of times. Still, no 
light at the end of the tunnel. Well, there's the promise of a trac 0.11 
release, but apart from that...

        Let me know how it goes for you...

marcio


Tyrone Hed wrote:
> Guys,
>   I know this issue has been dealt with exhaustively but the solutions
> don't work in Unix. I and a Unix administrator have been trying for
> days to get past this stupid ClearSilver problem. Despite installs of
> all the pieces [that report themselves as having successfully
> installed], and even an attempt to manually put the stupid neo_cgi.pyd
> file where it is apparently supposed to be, we still cannot get past
> this.
>   The installation instructions by themselves are really hard to
> follow and confusing. We have gone back to scratch three times, trying
> to find some magic combination that works.
>    I will skip about 40 sentences I want to add here but I just want
> to know how to solve this. Please please anybody. Help.
> 
> /apps/trac-0.10.4:tracd --port 9000 /home/jrun/tracproject
> ----------------------------------------
> Exception happened during processing of request from ('161.221.45.98',
> 2707)
> 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)
> ----------------------------------------
> 
> 
> > 

--~--~---------~--~----~------------~-------~--~----~
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