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
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
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
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,
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
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
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