Re: [Moin-user] cannot get syntax highlighting to work

2009-11-04 Thread Thomas Waldmann
On Wed, 2009-11-04 at 10:04 -0500, Neal Becker wrote: > I'm using moin 1.8.5. I have pygments-1.1.1. > > I tried copying moin-parser.py to mywiki/data/plugin/parser/code.py. BTW, moin 1.9.0rc1 has parser/highlight.py built-in (and the highlight.py code is also available for 1.8.x on the wiki).

Re: [Moin-user] cannot get syntax highlighting to work

2009-11-04 Thread R.Bauer
Neal Becker schrieb: > I am using mod_wsgi. I restarted apache. Don't know about 'touch > deployment script'. Do I need to do something? > no that's enought instead of restarting the apache process you could also touch your moin.wsgi. > R.Bauer wrote: > >> Neal Becker schrieb: >>> I'm using

Re: [Moin-user] cannot get syntax highlighting to work

2009-11-04 Thread Neal Becker
I am using mod_wsgi. I restarted apache. Don't know about 'touch deployment script'. Do I need to do something? R.Bauer wrote: > Neal Becker schrieb: >> I'm using moin 1.8.5. I have pygments-1.1.1. >> >> I tried copying moin-parser.py to mywiki/data/plugin/parser/code.py. >> I edited that f

Re: [Moin-user] cannot get syntax highlighting to work

2009-11-04 Thread R.Bauer
Neal Becker schrieb: > I'm using moin 1.8.5. I have pygments-1.1.1. > > I tried copying moin-parser.py to mywiki/data/plugin/parser/code.py. > I edited that file to set INLINESTYLES = True. No other changes. Do you have restarted the server process. Or if you run mod_wsgi do you have touched yo

[Moin-user] cannot get syntax highlighting to work

2009-11-04 Thread Neal Becker
I'm using moin 1.8.5. I have pygments-1.1.1. I tried copying moin-parser.py to mywiki/data/plugin/parser/code.py. I edited that file to set INLINESTYLES = True. No other changes. I made a test page: Describe FrontEndDecimation here. {{{#!code python for i in range (10): print 'hello' }}} No