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

2017-12-21 Thread Terry J. Reedy
Terry J. Reedy 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, with

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

2017-12-21 Thread Ranya
Ranya added the comment: Could you provide me a link to contact the clr community please? -- ___ Python tracker ___ ___ Python-bugs-

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

2017-12-21 Thread R. David Murray
R. David Murray added the comment: Whatever clr is, it doesn't look like it is part of the Python standard library. Please contact the clr community for support on this package, or post to the python-list mailing list. -- nosy: +r.david.murray resolution: -> third party stage: -> r

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

2017-12-21 Thread Ranya
New submission from Ranya : Am trying to use clr.AddReference and clr.AddReferenceToFile to import an assembly, but python(2.7) keeps making this error: Traceback (most recent call last): File "", line 1, in clr.AddReference("UnityEngine") AttributeError: 'module' object has no attribute