Re: [IronPython] Importing embedded .py files

2006-07-03 Thread Sanghyeon Seo
2006/7/3, JoeSox [EMAIL PROTECTED]: What is the correct way to import an embedded module file(s) into a PythonEngine? (snip) This is an interesting use case that could be done with PEP 302 import hooks. In CPython it was introduced to allow importing modules from .zip files, but in .NET setting

[IronPython] Issue Tracker Components

2006-07-03 Thread Sanghyeon Seo
Hi, Currently, IronPython's Issue Tracker has following Components: Code Generator, Compiler, Module, Runtime. I would like to have Console as another component. Does anyone have another suggestion? Seo Sanghyeon ___ users mailing list

Re: [IronPython] Importing embedded .py files

2006-07-03 Thread Michael Foord
JoeSox wrote: On 7/2/06, Sanghyeon Seo [EMAIL PROTECTED] wrote: 2006/7/3, JoeSox [EMAIL PROTECTED]: What is the correct way to import an embedded module file(s) into a PythonEngine? (snip) This is an interesting use case that could be done with PEP 302 import hooks. In

Re: [IronPython] Importing embedded .py files

2006-07-03 Thread JoeSox
On 7/3/06, Michael Foord [EMAIL PROTECTED] wrote: JoeSox wrote: On 7/2/06, Sanghyeon Seo [EMAIL PROTECTED] wrote: 2006/7/3, JoeSox [EMAIL PROTECTED]: What is the correct way to import an embedded module file(s) into a PythonEngine? (snip) This is an interesting use case that could

Re: [IronPython] IronPython + IPython?

2006-07-03 Thread Lee Culver
Let me know if you get this working. IPython is an incredible shell, and combining it with IronPython would be wonderful. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Krell Sent: Monday, July 03, 2006 8:14 AM To: users@lists.ironpython.com;

Re: [IronPython] IronPython + IPython?

2006-07-03 Thread Martin Maly
IronPython doesn't support _getframe yet. It is something that is on our list of things to investigate, but we may not be able to implement it before the next release. Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee Culver Sent: Monday, July

Re: [IronPython] Importing embedded .py files

2006-07-03 Thread JoeSox
Thanks Szymon for the reply and I have looked at your proposed solution. I already can achieve reading the resource files using StreamReader. If it's easy to surface it into PythonEngine so it appears to already been imported, then I am asking for more clarity because I do not see what method I