Hi Tyrone

I would recommend you to join the irc-channel, #trac on irc.freenode.net.
There are a lot of helpful people there and you have the possibility of
instant replies.

Cheers / Erik
On Nov 12, 2007 9:26 PM, Erik Bray <[EMAIL PROTECTED]> wrote:

>  On Nov 9, 2007 12:43 PM, Tyrone Hed <[EMAIL PROTECTED]> wrote:
> >
> > Mario,
> >    That's not encouraging. I'm about ready to report to my manager
> > that Trac--while promising--is not ready for prime time.
> >
> >
> >
> > On Nov 9, 12:37 pm, Marcio Marchini <[EMAIL PROTECTED]> wrote:
> > >         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.htmlpointsathttp://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)
> > > > ----------------------------------------- Hide quoted text -
>
>
> Not ready for prime time?  We have something like 100 people using
> Trac and it's saved the day on many projects.  Don't let a few small
> installation issues sour your view of Trac as a whole--you haven't
> even gotten it working yet.
>
> And while I can't say "it's just you" as lots of people seem to have
> trouble installing ClearSilver, I will say I've never understood why
> that is.  I've never found Trac installation to be too difficult,
> especially in a UNIX-like environment (Windows may be a little
> trickier).
>
> You could also try using a version of Trac from the current trunk.
> It's pretty stable for the most part, and it doesn't rely on
> ClearSilver.
>
> Erik
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
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