+2  A: 

I do not know about your question in particular; however few weeks ago, Michael Foord published a guide for using WingIde with IronPython.
You can find it here: http://www.voidspace.org.uk/ironpython/wing-how-to.shtml

Roberto Liffredo
A: 
  • Wing IDE at the moment doesn't allow the debug mode with IronPython. You need to link the IDE to the CPython install. (Michael Foord words in the article http://www.voidspace.org.uk/ironpython/wing-how-to.shtml][1]).
  • Wing IDE wouldn't run the shell while pointing at Python 3.1. I am unsure whether that is something I have done wrong or that the incompabilities aren't sorted out yet.

I have installed CPython implementation from Python download site.Python download I have set the Python executable path to the python.exe that gets installed to your Python Install directory. I have modified the enviroment variables and added the Python directory to the PATH variable.

Tomas Pajonk