Hello.
I have installed an IronPython tools for VS2010 and all works fine. But if i try to use an 'import' statement outside 'hello world', for example:
import email
Iron python will fail to debug with error message like 'cannot import mime from email'. Any hints how to avoid such errors or ironpython tools for vs2010 currently can't hand any 'include' outside 'os'/'sys'?