Menu

#312 Dot version regex

devel (cvs)
open
other (40)
5
2009-06-22
2009-06-22
No

On my Fedora 10 box, I get this:

$ dot -V
dot - Graphviz version 2.16.1 (Mon Jul 7 18:20:33 UTC 2008)

So I'm using the monkeypatch below to get all working:

import re
from epydoc.docwriter import dotgraph
dotgraph._DOT_VERSION_RE = \
re.compile(r'dot (?:- Graphviz )version ([\d\.]+)')

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.