Re: [Ironpython-users] Guidelines for embedding Python libraries in installers

2012-05-08 Thread Igor Brejc
Hi, Maperitive uses IronPython for embedded scripting. What I did for Maperitive (I'm not using MSI installations, I just have a ZIP package) is to simply include the IronPython DLLs and some of the libraries from CPython (copy pasted into the package). It works on Windows, Linux and Mac. Igor O

Re: [Ironpython-users] Guidelines for embedding Python libraries in installers

2012-05-08 Thread Cesar Mello
Thank you very much for the explanation Jeff! For my current prototype I have added the IronPython's MSI to the bootstrapper; and the NumPy's \DLLs and \Lib folders to my products's dir; and then I setup the host library path with both IronPython's folders and the app's \DLLs and \Lib. It seems to

Re: [Ironpython-users] Guidelines for embedding Python libraries in installers

2012-05-08 Thread Jeff Hardy
On Tue, May 8, 2012 at 6:11 AM, Cesar Mello wrote: > Hi! > > Please I would like to know if there is any recommendation for embedding > Python libraries together with IronPython in applications. I'm asking this > just to know if there is a path to follow towards some "ecosystem" regarding > Python

Re: [Ironpython-users] Guidelines for embedding Python libraries in installers

2012-05-08 Thread Cesar Mello
Hi Doug! I was about to mention the same thing. We are not targeting other platforms at this time, but platform independence is one of the main reasons we are choosing Python for our embedded scripting. Thanks! Best regards Mello On Tue, May 8, 2012 at 10:34 AM, Doug Blank wrote: > On Tue,

Re: [Ironpython-users] Guidelines for embedding Python libraries in installers

2012-05-08 Thread Cesar Mello
Hi Doug, I forgot to mention that' On Tue, May 8, 2012 at 10:34 AM, Doug Blank wrote: > On Tue, May 8, 2012 at 9:11 AM, Cesar Mello wrote: > > Hi! > > > > Please I would like to know if there is any recommendation for embedding > > Python libraries together with IronPython in applications. I'm

Re: [Ironpython-users] Guidelines for embedding Python libraries in installers

2012-05-08 Thread Doug Blank
On Tue, May 8, 2012 at 9:11 AM, Cesar Mello wrote: > Hi! > > Please I would like to know if there is any recommendation for embedding > Python libraries together with IronPython in applications. I'm asking this > just to know if there is a path to follow towards some "ecosystem" regarding > Python

[Ironpython-users] Guidelines for embedding Python libraries in installers

2012-05-08 Thread Cesar Mello
Hi! Please I would like to know if there is any recommendation for embedding Python libraries together with IronPython in applications. I'm asking this just to know if there is a path to follow towards some "ecosystem" regarding Python libraries distribution. I have seen there is an installer for