[IronPython] Generating executables out of IronPython script

Prabhu Mohan prabupsgit at gmail.com
Fri Aug 28 15:39:22 CEST 2009


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/066c33c3/attachment.html>


More information about the Ironpython-users mailing list