I understand that Trac .11 and up should include native support for Pygments. I just upgraded to .12 following the support docs and didn't have any trouble, but I don't have any highlighting for obvious files like .py or .php. Where should I look to troubleshoot? asked 30 Nov '10, 21:47 silmaril8n |
Hi, It looks like pygments wasn't installed so I ran easy_install pygments and moved the corresponding .egg file into your trac/lib/python2.4 directory. Can you log in with admin credentials and make sure that it is enabled? answered 30 Nov '10, 22:13 klynton Thanks, klynton. I assumed it was there, but I see now that was an error. All is working as expected now.
(30 Nov '10, 22:41)
silmaril8n
Great! Glad I could help. :)
(30 Nov '10, 22:46)
klynton
|