[issue32405] clr: AttributeError: 'module' object has no attribute 'AddReference'

Terry J. Reedy report at bugs.python.org
Thu Dec 21 23:58:47 EST 2017


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I am 99.99% sure that this is not an IDLE issue.  IDLE submits your code to Python to be exec-ed.  The exception comes from Python.  You should get the same exception (though with a different fake file name) if you ran the same code directly with Python, without IDLE running.

----------
assignee: terry.reedy -> 
components:  -IDLE

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32405>
_______________________________________


More information about the Python-bugs-list mailing list