No need for a new bug.  This was already covered by 
http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=19456.

Dave

From: users-boun...@lists.ironpython.com 
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Dino Viehland
Sent: Saturday, August 29, 2009 12:57 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Users Digest, Vol 61, Issue 57

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-boun...@lists.ironpython.com 
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Prabhu Mohan
Sent: Friday, August 28, 2009 8:46 PM
To: users@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-requ...@lists.ironpython.com<mailto:users-requ...@lists.ironpython.com>> 
wrote:
Send Users mailing list submissions to
       users@lists.ironpython.com<mailto:users@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-requ...@lists.ironpython.com<mailto:users-requ...@lists.ironpython.com>

You can reach the person managing the list at
       users-ow...@lists.ironpython.com<mailto:users-ow...@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 <prabups...@gmail.com<mailto:prabups...@gmail.com>>
To: users@lists.ironpython.com<mailto:users@lists.ironpython.com>
Subject: [IronPython] Generating executables out of IronPython script
Message-ID:
       
<76b190ae0908280639k718ef575o6766cbc0d42ec...@mail.gmail.com<mailto:76b190ae0908280639k718ef575o6766cbc0d42ec...@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 <di...@microsoft.com<mailto:di...@microsoft.com>>
To: Discussion of IronPython 
<users@lists.ironpython.com<mailto:users@lists.ironpython.com>>
Subject: Re: [IronPython] Generating executables out of IronPython
       script
Message-ID:
       
<1a472770e042064698cb5adc83a12acd04574...@tk5ex14mbxc116.redmond.corp.microsoft.com<mailto:1a472770e042064698cb5adc83a12acd04574...@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-boun...@lists.ironpython.com<mailto:users-boun...@lists.ironpython.com> 
[mailto:users-boun...@lists.ironpython.com<mailto:users-boun...@lists.ironpython.com>]
 On Behalf Of Prabhu Mohan
Sent: Friday, August 28, 2009 6:39 AM
To: users@lists.ironpython.com<mailto:users@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@lists.ironpython.com<mailto:Users@lists.ironpython.com>
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


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



--
Kind Regards,
Prabhu
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to