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