Re: [Ironpython-users] Process cannot find the file specified file

2013-04-19 Thread Attila-Ors Kilyen
No. Works with dot.exe as well, but in my first project i only used "dot", and it worked fine. As i writed, i made a Ctr+c Ctr-V in the to the project nr2, and only gives error there On Fri, Apr 19, 2013 at 7:28 PM, Curt Hagenlocher wrote: > I suspect your filename is wrong. Shouldn't it be som

[Ironpython-users] Process cannot find the file specified file

2013-04-19 Thread Attila-Ors Kilyen
I'm trying to execute "dot" (a graph drawer thing from www.graphviz.org) form IronPython. Here is my code: import clr clr.AddReference('System.Core')import System clr.ImportExtensions(System.Reflection) clr.ImportExtensions(System.Diagnostics)from System.Diagnostics import Processfrom System.Refle