On Jun 20, 2011, at 11:53 AM, Jeff Hardy wrote: > > For embedding, I would recommend you continue what you're doing - it's > just just straight-up safer. It's a shame zipimport doesn't work; we > could cut the deployed size of the stdlib down significantly.
How about pre-compiling your python files into a DLL with clr.CompileModules? That works really well for deployment. Jeff, do you know what's blocking zipimport from working? _______________________________________________ Ironpython-users mailing list [email protected] http://mail.python.org/mailman/listinfo/ironpython-users
