Opened 13 years ago

Last modified 12 years ago

#9180 closed defect

ImportError: cannot import name find_element — at Version 1

Reported by: anonymous Owned by: Ryan J Ollos
Priority: normal Component: GraphvizPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

Result of installing graphviz 0.13 in Trac 0.12.2

2011-09-14 16:27:47,452 Trac[loader] ERROR: Skipping "graphviz = graphviz": 
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/trac/loader.py", line 68, in _load_eggs
    entry.load(require=True)
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 1992, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/usr/lib64/python2.7/site-packages/graphviz-0.13.0.6-py2.7.egg/graphviz/__init__.py", line 17, in <module>
    from graphviz import *
  File "/usr/lib64/python2.7/site-packages/graphviz-0.13.0.6-py2.7.egg/graphviz/graphviz.py", line 33, in <module>
    from trac.util.html import escape, find_element
ImportError: cannot import name find_element

Change History (1)

comment:1 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)
Owner: changed from Peter Kropf to Ryan J Ollos

You need to install from the 0.11 branch rather than the 0.13 branch.

Note: See TracTickets for help on using tickets.