[Ironpython-users] Pyc.py dependencies

Jeff Hardy jdhardy at gmail.com
Wed Feb 22 20:07:48 CET 2012


On Wed, Feb 22, 2012 at 9:44 AM, Slide <slide.o.mix at gmail.com> wrote:
> Currently pyc.py only uses .NET imports and classes, I'm looking at adding
> support for an embedded icon and win32 (native) resources in general. Are
> people opposed to adding a dependency on the struct module, or ctypes to
> accomplish that stuff?

It's weird to me that it's not possible to do that through pure .NET,
but if that's the only way go ahead. We can safely assume a stdlib
will be present.

- Jeff


More information about the Ironpython-users mailing list