Re: [Ironpython-users] Generic importer interface for IronPython

2015-12-18 Thread Jeff Hardy
Python already supports extra importers written in Python, by adding them to sys.meta_path. I'd prefer to stick to widely supported Python techniques than invent new ones. In Python 3 the import system is rewritten Python anyway (importlib) although I still need to update the IronPython 3 branch t

Re: [Ironpython-users] debug C# IronPython app?

2015-12-18 Thread William Johnston
Hello, I’m not familiar with CPython. The values from a Python shell are correct. Thanks. From: Slide Sent: Wednesday, December 16, 2015 7:11 PM To: William Johnston ; [email protected] Subject: Re: [Ironpython-users] debug C# IronPython app? Does it work in Cpython? Does the pri