Reputation: 63
I am using IronPython 1.0.
This version does not contain Ironpython.module.dll and results in an error OS module importing error.
How do I fix it?
Upvotes: 0
Views: 97
Reputation: 7662
Your best bet is to use IronPython 2.7. If you need Visual Studio support, you can use Python Tools for Visual Studio.
Upvotes: 1