python - Where is my ipy.exe? -
i've got clean install of windows 7 ultimate, vs 2010 professional, , latest ironpython installed. in vs can create ironpython project fine (seems install ok), when try run project (a simple print), error message:
interpreter "c:\program files\...\0.4\ipy.exe" not exist.
i have no prior experience ironpython, might making silly mistake here. realised should install python too, did, version 2.7 , 3.1, makes no difference.
right click on project - in properties, provide interpreter path whereever ipy.exe located.
c:\program files\ironpython 2.7\ipy.exe?
Comments
Post a Comment