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! _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
