Re: [Ironpython-users] Resource-based ZIP importer / meta_path importer

2012-04-02 Thread Slide
I actually started implementing the zipimport updates to support res:// urls, I haven't run into the same issue you have, I get the call to zipimporter with the res:// just fine. Where specifically were you running into issues with this? slide On Mon, Apr 2, 2012 at 1:20 PM, Keith Rome wrote: >

Re: [Ironpython-users] Resource-based ZIP importer / meta_path importer

2012-04-02 Thread Slide
Also, even if its not python compatible, its a good feature idea and so filing an issue would be appreciated. IronPython is in between .NET and Python, you can import .NET namespaces and use them, so something like this is not out of character and provides a benefit. slide On Mon, Apr 2, 2012 at

[Ironpython-users] Resource-based ZIP importer / meta_path importer

2012-04-02 Thread Keith Rome
Following up on this topic from a few weeks ago I did not file an issue on it, because it isn't directly a part of the python spec, so it's more "something I would like to see" and less "something isn't working right". Anyhow, I have been doing some tinkering. I feel like I am right at the