Modify ↓
Opened 20 years ago
Closed 20 years ago
#335 closed defect (fixed)
Installation / Work on Windwos
| Reported by: | Motte | Owned by: | Peter Kropf |
|---|---|---|---|
| Priority: | normal | Component: | GraphvizPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.9 |
Description
Cant get Graphviz to work on a Windows-Machine with Python23 and Trac 0.9.5. Anyone with a fuctionally Installation-Way ? Dont know where to set these vars :
rsvg_path = ??? cmd_path = ???
Attachments (0)
Change History (2)
comment:1 Changed 20 years ago by
comment:2 Changed 20 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



cmd_path is the location where the Graphviz programs are installed. By default, they should be in C:\Program Files\ATT\bin.
I'm pretty sure that rsvg is only available on Linux. So rsvg_path and png_antialias shouldn't be defined on Windows. If I'm wrong, let me know. Otherwise I'll make sure the readme is clear that this is not available on Windows.