[Trac] Re: Genshi0.5 and mod_python

2008-04-28 Thread Philip Cooper
On Apr 28, 1:05 pm, Noah Kantrowitz <[EMAIL PROTECTED]> wrote: > On Apr 28, 2008, at 2:37 PM, Philip Cooper wrote: > > Well now the httpd log claims it was denied permission to the new > > (correct) cache location. Even after I set the permissions to world > > writ

[Trac] Re: Genshi0.5 and mod_python

2008-04-28 Thread Philip Cooper
I've recreated this error on a test machine. (with setuptools 0.6c8) The apache error log kept pointing the the egg cache of whomever started httpd. I thought I'd get a quick workaround by logging in as root, setting the PYTHON_EGG_CACHE, exporting it and then starting httpd. Well now the http

[Trac] Re: Genshi0.5 and mod_python

2008-04-27 Thread Philip Cooper
Noah thanks for the info. I'm not there yet. > > Do you know what the issue/resolution (ie trac changeset or ticket) > > was? > > http://trac.edgewall.org/changeset/6871 > I have mod_python 3.2.8 and have a system with lib64/python2.4/site- packages. Dam, lib64 dual site-packages bugs are over

[Trac] Re: Genshi0.5 and mod_python

2008-04-27 Thread Philip Cooper
> Noah Kantrowitz wrote: > > Philip Cooper wrote: > >> problems with Genshi 0.5. > >> I can run trac with tracd but my normal usage is with mod_python. > >> Apache now throws an error that > >>ExtractionError: Can't extract file(s) to egg cac

[Trac] Re: Genshi0.5 and mod_python

2008-04-27 Thread Philip Cooper
On Apr 27, 11:22 am, Noah Kantrowitz <[EMAIL PROTECTED]> wrote: > Noah Kantrowitz wrote: > > Philip Cooper wrote: > >> problems with Genshi 0.5. > >> I can run trac with tracd but my normal usage is with mod_python. > >> Apache now throws an error t

[Trac] Genshi0.5 and mod_python

2008-04-27 Thread Philip Cooper
I have not figured this one out yet but I saw a previous post about problems with Genshi 0.5. My issue is, to gain some transform functionality I have upgraded to Genshi 0.5 (dev). I can run trac with tracd but my normal usage is with mod_python. Apache now throws an error that ExtractionEr

[Trac] Re: Which plugins for displaying LaTEx in Trac?

2008-02-14 Thread Philip Cooper
I wrote one you can find at: http://www.openvest.com/trac/wiki/LatexEquation That page also has a link to another. Mine is a plugin socopy one .py file to your project plugin dir and you are done! It's pretty simple but works 4 me. One that handles more than equations would be cool...being

[Trac] Re: SyntaxHighliting

2007-02-27 Thread Philip Cooper
dgh Missed it by that much!. Hacking the api.py did NOT work. I had also tried the pygments_modes in trac.ini: [mimeviewer] pygments_modes = application/x-turtle:n3:7 after your post, I added: [mimeviewer] mime_map = <...otherstuff...> ,application/x-turtle:n3 Didn't see anything in the t

[Trac] SyntaxHighliting

2007-02-27 Thread Philip Cooper
I've spent a rediculous amount of time trying to something that should take 30 seconds--I think. I have written a Pygments lexer for a language not previously supported. I have run _mappers.py from the pygments lexers subdir. I have tested it and can generate output with the pygmentize script Ho