[IronPython] Using IronClad PyEval_GetLocals, not implemented?

Can Gencer cgencer at gmail.com
Mon May 31 18:12:21 CEST 2010


Hello,

I am trying to use a .pyd module, that is using the PyEval_GetLocals()
function together with IronClad. The module imports fine, however when
running I get this exception:

NotImplementedError: PyEval_GetLocals

Error: PyEval_GetLocals is not yet implemented

However ,looking at the IronClad source code, I can see that there is
an implementation for this function, in eval.c class. Am I missing
something here?

Thanks for any help!



More information about the Ironpython-users mailing list