[IronPython] What happened to InitializeModule() in IP 2.7?

Jeff Hardy jdhardy at gmail.com
Tue Oct 12 20:38:08 CEST 2010


On Tue, Oct 12, 2010 at 12:30 PM, Ken MacDonald <drken567 at gmail.com> wrote:
> Cool. Seems to work fine w/ the DLL's from GAC_MSIL\IronP\...... the method
> shows up and the .exe seems to build just fine.
>
> I'm using a version of pyc.py based on the 2.7 pyc.py. I've modified it so
> that can build all of the standard library source modules needed into the
> application dll, so that you do not need to have the IP standard library on
> your target system, just the stub .exe, application .dll and the IronPython
> DLL's. I'll post it at some point after I tune it up a bit; it's a very nice
> enhancement to the vanilla pyc.py.

Random crazy thought: can you use ilmerge to pull all of those into
one .exe? Horribly bloated, I'm sure, but possibly useful for
distribution.

- Jeff



More information about the Ironpython-users mailing list