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
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
