Re: [Ironpython-users] Embedding obspy and dependencies

2014-06-10 Thread Pawel Jasinski
I briefly checked what obspy is and as expected, main dependency is numpy Your first step would be to build numpy yourself: https://github.com/numpy/numpy-refactor/wiki/Recompile The last beta contains a quite a few cpython/python compatibility fixes. Please, use it: https://ironpython.codeplex.co

Re: [Ironpython-users] launcher cp#35064

2014-06-10 Thread Jeff Hardy
On Fri, Jun 6, 2014 at 6:47 PM, Pawel Jasinski wrote: > we have a moded version of pylauncher > https://gist.github.com/paweljasinski/5e0b0b59648c6f85c489 as described > in https://ironpython.codeplex.com/workitem/35064 > Vernon agreed to give it a spin. > Very nice! Did the C code have to chang

Re: [Ironpython-users] Installation question

2014-06-10 Thread Jeff Hardy
On Sat, Jun 7, 2014 at 12:42 AM, Lutz Kretzschmar wrote: > Hi there, > > > > I was wondering whether it is possible to use IronPython without > installing it. I would like to xcopy-deploy it and was hoping there is some > mechanism the CreateEngine() can use to point it at the deployed IronPytho

Re: [Ironpython-users] numpy in IronPython

2014-06-10 Thread Jeff Hardy
On Tue, Jun 3, 2014 at 1:39 PM, Doug Blank wrote: > 2) A pure-Python version would be a lot of work (perhaps building on > PyPy's RPython version and converting their C) and be slow, but would be > little maintenance as most of the details for the current version of numpy > would be static. Requi

Re: [Ironpython-users] numpy in IronPython

2014-06-10 Thread Jeff Hardy
On Tue, Jun 3, 2014 at 1:53 PM, Olof Bjarnason wrote: > Why isn't CPython+NumPy+SciPy (or what you need on top of NumPy) > enough? It's been tested and maintained for a long time, and works > quite well? > For standalone stuff, yes. But if I'm building an application in .NET that I want users to

Re: [Ironpython-users] numpy in IronPython

2014-06-10 Thread Markus Schaber
Hi, Jeff, Von: Jeff Hardy > On Tue, Jun 3, 2014 at 1:39 PM, Doug Blank wrote: >> 2) A pure-Python version would be a lot of work (perhaps building on PyPy's >> RPython version and converting their C) and be slow, but would be little >> maintenance as most of the details for the current version

Re: [Ironpython-users] numpy in IronPython

2014-06-10 Thread Jeff Hardy
On Tue, Jun 10, 2014 at 4:03 PM, Markus Schaber wrote: > Hi, Jeff, > > Von: Jeff Hardy > > On Tue, Jun 3, 2014 at 1:39 PM, Doug Blank wrote: > >> 2) A pure-Python version would be a lot of work (perhaps building on > PyPy's RPython version and converting their C) and be slow, but would be > litt