Re: [IronPython] Handling the import of scripts

2009-01-29 Thread Dave Fugate
: Discussion of IronPython Subject: [IronPython] Handling the import of scripts If there a way for me to intercept when IronPython wants to import a script, so I can provide the script text through my own ways. I have a situation where my Python files are not files on the disk, but packed into a zip file

Re: [IronPython] Handling the import of scripts

2009-01-29 Thread Jimmy Schementi
> From: users-boun...@lists.ironpython.com [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Jeff Slutter > Sent: Thursday, January 29, 2009 10:24 AM > To: Discussion of IronPython > Subject: [IronPython] Handling the import of scripts > > If there a way for me to intercep

[IronPython] Handling the import of scripts

2009-01-29 Thread Jeff Slutter
If there a way for me to intercept when IronPython wants to import a script, so I can provide the script text through my own ways. I have a situation where my Python files are not files on the disk, but packed into a zip file. When I go to run a script I can get the source to IronPython to run, but