When trying to get syntax highlighting working I got the following 
traceback:

2015-05-21 15:14:23,864 Trac[loader] ERROR: Skipping 
"trac.mimeview.pygments = trac.mimeview.pygments [pygments]": 
Traceback (most recent call last):
  File 
"/sites/apache-bloodhound-0.8/installer/bloodhound/lib/python2.7/site-packages/trac/loader.py",
 
line 68, in _load_eggs
    entry.load(require=True)
  File 
"/sites/apache-bloodhound-0.8/installer/bloodhound/lib/python2.7/site-packages/pkg_resources/__init__.py",
 
line 2312, in load
    return self.resolve()
  File 
"/sites/apache-bloodhound-0.8/installer/bloodhound/lib/python2.7/site-packages/pkg_resources/__init__.py",
 
line 2318, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File 
"/sites/apache-bloodhound-0.8/installer/bloodhound/lib/python2.7/site-packages/trac/mimeview/pygments.py",
 
line 38, in <module>
    HtmlFormatter = pygments.formatters.html.HtmlFormatter
  File 
"/sites/apache-bloodhound-0.8/installer/bloodhound/lib/python2.7/site-packages/pygments/formatters/__init__.py",
 
line 111, in __getattr__
    raise AttributeError(name)
AttributeError: html


I was able to fix it by changing:

HtmlFormatter = pygments.formatters.html.HtmlFormatter

to:

HtmlFormatter = pygments.formatters.HtmlFormatter

This is with Pygments==2.0.2, Trac==1.0.1


-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to