Hy all! I've got clean install of Windows 7 Ultimate, VS 2010 professional, and latest ironpython installed.In VS i can create an IronPython project just fine(seems install is ok), but when i try to run the project(a simple print), I get this error message: "Interpreter "C:\Program Files...\0.4\ipy.exe" does not exist." I have no prior experience with ironpython, I might be making a silly mistake here.I realised i should install python too, i did, version 2.7 and 3.1 both, makes no difference. Thx for help! Wtf1sh
|
feedback
|
|
Right click on project - In the properties, provide the Interpreter path to whereever your ipy.exe is located. C:\Program Files\IronPython 2.7\ipy.exe? | |||||
feedback
|