Re: [IronPython] Final release packaging

2006-08-31 Thread Joshua Kifer
Where can I go to see the golden roots of this conversation? On Aug 30, 2006, at 11:30 PM, Keith J. Farmer wrote: > What flame war? > > > > As for integration with VS, MSI would be the only packaging I would > expect (read: that I know of) for that. > > > > For language development, the prior

Re: [IronPython] CPython libs with IP runtime

2006-08-31 Thread Joshua Kifer
I am not a lawyer, but I see exactly what you mean. Thanks for the lesson. On Aug 30, 2006, at 10:58 PM, Sanghyeon Seo wrote: > 2006/8/31, Slide <[EMAIL PROTECTED]>: >> Is it against either license (IronPython and CPython) for me to >> package them up together using NSIS so that I can install

Re: [IronPython] exe version and icon?

2006-08-31 Thread Joshua Kifer
What are you using to generate the .exe? What are you compiling your stuff with? On Aug 27, 2006, at 2:59 PM, [EMAIL PROTECTED] wrote: > Hello, > > I'm new to both IronPython and .NET, and I've been trying to generate > an exe that has a version number as well as an icon, but I can't. I've

Re: [IronPython] Newbie: using IronPython as a VBA replacement for Outlook scripting?

2006-08-31 Thread Joshua Kifer
Ramon, I have been working a bit with IronPython to experiment with rapid development on the .net framework. I have no idea about Outlook customization. If I can assume that you are building some sort of plugin via an exposed interface and can build your own dll, then you can include Iro