I am running Cosmos under Apache (WSGI). Trying to display the TaskGraph of the ex1.py generates an internal server error. It does not seem wsgi-related. Here is the httpd error_log:
File "/var/www/cosmos-wfm-1.0.15/cosmos/graph/draw.py", line 60, in taskgraph_to_image
[Fri Apr 24 17:02:04.119419 2015] [:error] [pid 23091] [remote 10.38.34.24:208] taskgraph.layout(prog="dot")
[Fri Apr 24 17:02:04.119436 2015] [:error] [pid 23091] [remote 10.38.34.24:208] AttributeError: 'DiGraph' object has no attribute 'layout'
Thank you for your help.
Best,
A.
Hi Erik,
I am running Cosmos under Apache (WSGI). Trying to display the TaskGraph of the ex1.py generates an internal server error. It does not seem wsgi-related. Here is the httpd error_log: File "/var/www/cosmos-wfm-1.0.15/cosmos/graph/draw.py", line 60, in taskgraph_to_image [Fri Apr 24 17:02:04.119419 2015] [:error] [pid 23091] [remote 10.38.34.24:208] taskgraph.layout(prog="dot") [Fri Apr 24 17:02:04.119436 2015] [:error] [pid 23091] [remote 10.38.34.24:208] AttributeError: 'DiGraph' object has no attribute 'layout' Thank you for your help. Best, A.