[IronPython] -X:SaveAssemblies

Dino Viehland dinov at exchange.microsoft.com
Thu Dec 13 23:09:12 CET 2007


In v2.0 we currently don't support re-running the assemblies that are saved to disk.  There are a number of places where to simplify things we've taken a dependency of passing live objects from compilation through to runtime.  Unfortunately I don't know when we'll be fixing that yet.  You're not the only one that wants it though so it's hard to imagine we can completely ignore it.

From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Lee Culver
Sent: Thursday, December 13, 2007 1:54 PM
To: Users at lists.ironpython.com
Subject: [IronPython] -X:SaveAssemblies

I use the -X:SaveAssemblies command to compile and pass around tools that I create with IronPython...  I've noticed that it fails on 2.0A6.  Specifically, the exe that it generates gives an "invalid executable" dialog box in windows (with the 3 dlls in the same directory as the .exe file).  Is this a known issue?  If so is there an eta on a fix?  I've had to switch back to 1.1 as a result...

-Lee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20071213/11d5fbf1/attachment.html>


More information about the Ironpython-users mailing list