Can someone explain why this code:
import sys sys.path.append("C:\\WINDOWS\\system32") import clr clr.AddReferenceToFile("wiimotelib.dll")
works fine with IronPython 2.6, but crashes in IronPython 2.7 alpha 1 with IOException and message:
Could not add reference to assembly wiimotelib.dll
Is this new behavior in version 2.7, or is it an alpha error?
python ironpython
Charles Anderson
source share