Ticket #7455 (new defect)
Pygments required version is not what's documented?
| Reported by: | abarrei@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | rendering | Version: | 0.11 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I have a debian stable (etch) setup and I have everything installed and working. Syntax coloring is working fine in the source browser but when I tried to use it as a preprocessor on a wiki page, (or for example in the actual WikiProcessors wiki page), syntax coloring is not working.
I enabled logging and I got the following:
ERROR: Skipping "trac.mimeview.pygments = trac.mimeview.pygments [pygments]": (version conflict "(Pygments 0.5.1 (/usr/lib/python2.4/site-packages), Requirement.parse('Pygments>=0.6'))")
The error is obvious, but as the trac document pages says 0.5.1 or higher and the source browser syntax coloring works I thought it worths posting this issue.


