: 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
> 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
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