[Ironpython-users] How to find the location(full path) of .dll file Referenced in clr.AddReference

2017-08-17 Thread Santhosh M
RuntimeEnvironment >>>print RuntimeEnvironment.GetRuntimeDirectory() C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ >>>sysAssy = clr.AddReference("System") >>>print sysAssy.FullName 'NoneType' object has no attribute 'FullName' >>> print sysAssy.Location 'NoneType'

[Ironpython-users] List of external modules compatabile with Ironpython 2.7.4

2018-03-07 Thread Santhosh M
Hi Members, I recently learnt that not all the external python module which work STANDARD PYTHON, work with Ironpython. Is the source where I can browse through the all List of external modules compatabile with Ironpython 2.7.4? Regards, Santhosh M, Ansys India, Bangalore. Mob : 9663708004