[IronPython] Importing embedded .py files

Sanghyeon Seo sanxiyn at gmail.com
Mon Jul 3 08:26:30 CEST 2006


2006/7/3, JoeSox <joesox at gmail.com>:
> 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 it certainly makes sense to allow
importing modules embedded in the assembly, which I believe is not yet
possible with IronPython.

Seo Sanghyeon



More information about the Ironpython-users mailing list