#12846 closed defect (fixed)
error: invalid truth value ''
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | GraphvizPlugin |
Severity: | blocker | Keywords: | |
Cc: | Christian Boos | Trac Release: | 1.0 |
Description
When installing the latest stable version (0.7.5) for Trac 0.11 by creating a python egg, GraphViz just doesn't compile with
python setup.py bdist_egg
it just gives the following error,
error: invalid truth value
There is no problem compiling the latest unstable version for Trac 0.11 and later. Graphviz trunk-15693
Attachments (0)
Change History (4)
comment:1 Changed 8 years ago by
Owner: | changed from Christian Boos to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:3 Changed 8 years ago by
graphvizplugin/tags/graphviz-1.0.0.8 is now the latest stable for Trac 1.0.x.
comment:4 Changed 8 years ago by
Cc: | Christian Boos added |
---|
cboos: I've pushed the last few changes to the trunk. What branching pattern did you have in mind? Should changes first be committed to graphvizplugin/branches/1.0, like on trac.edgewall.org, or should we merge from the trunk over to graphvizplugin/branches/1.0? It might be simpler to just eliminate graphvizplugin/branches/1.0, at least until the trunk drops support for Trac < 1.2.
In 15729: