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.com/releases/view/115611 The version of numpy is not the newest, so you may discover some missing bits. Very likely you should install obspy from source: ipy setup.py install There are well known compatibility issues around string/byte/unicode. If you get that far, please report them here, very likely we can help you with workaround. --pawel On Tue, Jun 3, 2014 at 11:27 PM, Michael Powell <mwpowell...@gmail.com> wrote: > Hello, > > I am doing some seismic work and would like to embed obspy and > required dependencies in an IronPython-based C# .NET assembly. > > In and of itself, IronPython is straightforward enough. > > What I am not so clear on is how to configure libraries, dependencies, > and so on. For instance, we could start from readily available > binaries, but would we have difficulty with supported Python runtime > versions, things of this nature. > > Would anyone care to comment here? Or has anyone done this type of > thing already? Or even specifically working with obspy? > > Thank you. > > Best regards, > > Michael Powell > _______________________________________________ > Ironpython-users mailing list > Ironpython-users@python.org > https://mail.python.org/mailman/listinfo/ironpython-users >
_______________________________________________ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mailman/listinfo/ironpython-users