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

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

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?

link|improve this answer
You can also execute it by clicking on Debug/Execute Project in IronPython Interactive – luckylak Feb 17 '11 at 21:26
That solution did not work as intended, I simply copied the ipy.exe to the given path, now it seems to be running just fine.Thanks for help! – Wtf1sh Feb 19 '11 at 8:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.