[IronPython] Generating executables out of IronPython script

Dino Viehland dinov at microsoft.com
Fri Aug 28 19:58:50 CEST 2009


You might be able to use al.exe to link them together - but otherwise no.  Is the problem having both Main.dll + Main.exe (which we could presumably fix)?  Or is it just the large number of assemblies overall?

From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Prabhu Mohan
Sent: Friday, August 28, 2009 6:39 AM
To: users at lists.ironpython.com
Subject: [IronPython] Generating executables out of IronPython script

Hi,

I have been using IronPython 2.0.2 to develop a Microsoft SharePoint application. I use IronPython studio (Integrated with Visual Studio 2008). When I build the project, I get an executable along with IronPython.dll and IronMath.dll which I need to redistribute with the executable. But when I try to create an executable using PYC I get an executable along with a dll (say Main.dll with Main.exe). In this case, I need to redistribute Main.dll, IronPython.dll, IronMath.dll, IronPython.Modules.dll, Microsoft.Scripting.Core.dll, Microsoft.Scripting.dll etc., So I need to know if it is possible to get the same way as IronPython studio provides without using the studio (using command line or any other tool)

--
Kind Regards,
Prabhu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090828/5de00a03/attachment.html>


More information about the Ironpython-users mailing list