From santhosh.murugadass at ansys.com Wed Mar 7 07:21:46 2018 From: santhosh.murugadass at ansys.com (Santhosh M) Date: Wed, 7 Mar 2018 17:51:46 +0530 Subject: [Ironpython-users] List of external modules compatabile with Ironpython 2.7.4 In-Reply-To: References: Message-ID: 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. sent from mobile, excuse typo. -------------- next part -------------- An HTML attachment was scrubbed... URL: From andy at britishideas.com Thu Mar 29 02:12:02 2018 From: andy at britishideas.com (Andy Ayre) Date: Wed, 28 Mar 2018 23:12:02 -0700 Subject: [Ironpython-users] Sharing Classes Between Engines Message-ID: Hello, In my application I create scripting engine A. I also have a string containing a GUID, guidA. Also in my application at the same time I create scripting engine B and I have guidB. I have a C# class called Foo that both engines can access from IronPython, e.g.: f = Foo() How can I cleanly obtain the GUID (A or B) for the current current engine inside the constructor for Foo? E.g.: class Foo { void Foo() { // get GUID for current engine } } Thanks! Andy -------------- next part -------------- An HTML attachment was scrubbed... URL: