[IronPython] Users Digest, Vol 61, Issue 57

Dino Viehland dinov at microsoft.com
Sat Aug 29 21:56:33 CEST 2009


Could you open a bug on CodePlex for this?  I'm not certain that we'd be able to get it into 2.6 RC1 but if the remaining work goes well we might be able to.

From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Prabhu Mohan
Sent: Friday, August 28, 2009 8:46 PM
To: users at lists.ironpython.com
Subject: Re: [IronPython] Users Digest, Vol 61, Issue 57

The problem is having both Main.exe and Main.dll. Since I am planning to have a large number of exes, shipping a dll for each exe looks like a bad approach
On Sat, Aug 29, 2009 at 1:39 AM, <users-request at lists.ironpython.com<mailto:users-request at lists.ironpython.com>> wrote:
Send Users mailing list submissions to
       users at lists.ironpython.com<mailto:users at lists.ironpython.com>

To subscribe or unsubscribe via the World Wide Web, visit
       http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
or, via email, send a message with subject or body 'help' to
       users-request at lists.ironpython.com<mailto:users-request at lists.ironpython.com>

You can reach the person managing the list at
       users-owner at lists.ironpython.com<mailto:users-owner at lists.ironpython.com>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Users digest..."


Today's Topics:

  1. Generating executables out of IronPython script (Prabhu Mohan)
  2. Re: Generating executables out of IronPython script
     (Dino Viehland)


----------------------------------------------------------------------

Message: 1
Date: Fri, 28 Aug 2009 19:09:22 +0530
From: Prabhu Mohan <prabupsgit at gmail.com<mailto:prabupsgit at gmail.com>>
To: users at lists.ironpython.com<mailto:users at lists.ironpython.com>
Subject: [IronPython] Generating executables out of IronPython script
Message-ID:
       <76b190ae0908280639k718ef575o6766cbc0d42ecfb8 at mail.gmail.com<mailto:76b190ae0908280639k718ef575o6766cbc0d42ecfb8 at mail.gmail.com>>
Content-Type: text/plain; charset="iso-8859-1"

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://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20090828/066c33c3/attachment.html>

------------------------------

Message: 2
Date: Fri, 28 Aug 2009 17:58:50 +0000
From: Dino Viehland <dinov at microsoft.com<mailto:dinov at microsoft.com>>
To: Discussion of IronPython <users at lists.ironpython.com<mailto:users at lists.ironpython.com>>
Subject: Re: [IronPython] Generating executables out of IronPython
       script
Message-ID:
       <1A472770E042064698CB5ADC83A12ACD04574035 at TK5EX14MBXC116.redmond.corp.microsoft.com<mailto:1A472770E042064698CB5ADC83A12ACD04574035 at TK5EX14MBXC116.redmond.corp.microsoft.com>>

Content-Type: text/plain; charset="us-ascii"

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> [mailto: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<mailto: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://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20090828/5de00a03/attachment-0001.htm>

------------------------------

_______________________________________________
Users mailing list
Users at lists.ironpython.com<mailto:Users at lists.ironpython.com>
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


End of Users Digest, Vol 61, Issue 57
*************************************



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


More information about the Ironpython-users mailing list