Ticket #17 (closed defect: worksforme)
exit with error while creating graph
| Reported by: | timmichelsen@… | Owned by: | gak |
|---|---|---|---|
| Priority: | major | Component: | general |
| Version: | Keywords: | ||
| Cc: |
Description (last modified by gak) (diff)
Using the module on windows with python 2.5 I get the following error:
Der Befehl "dot" ist entweder falsch geschrieben oder konnte nicht gefunden werden.
Traceback (most recent call last):
File "simple-coordinate-converter_graph.py", line 132, in <module>
pycallgraph.make_dot_graph('D:\development\python\scripts\coordinate-convert
er\test.png')
File "C:\python\lib\site-packages\pycallgraph.py", line 378, in make_dot_graph
'code %(ret)i.' % locals())
pycallgraph.PyCallGraphException: The command "dot -Tpng -oD:\myscript est.png c:\dokume~1\USERNAME\lokale~1\temp\tmpu4jgj
j" failed with error code 1.
Drücken Sie eine beliebige Taste . . .
Attachments
Change History
Note: See
TracTickets for help on using
tickets.