<div dir="ltr"><div><div><div><div><div><div>I briefly checked what obspy is and as expected, main dependency is numpy<br></div>Your first step would be to build numpy yourself: <a href="https://github.com/numpy/numpy-refactor/wiki/Recompile">https://github.com/numpy/numpy-refactor/wiki/Recompile</a><br>
</div><br>The last beta contains a quite a few cpython/python compatibility fixes. <br>Please, use it: <a href="https://ironpython.codeplex.com/releases/view/115611">https://ironpython.codeplex.com/releases/view/115611</a><br>
<br></div>The version of numpy is not the newest, so you may discover some missing bits.<br><br></div>Very likely you should install obspy from source: ipy setup.py install<br>There are well known compatibility issues around string/byte/unicode.<br>
</div>If you get that far, please report them here, very likely we can help you with workaround.<br><br></div>--pawel<br><div><div><div><div><div><div><div><br><div><div><div><div><br></div></div></div></div></div></div></div>
</div></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 3, 2014 at 11:27 PM, Michael Powell <span dir="ltr"><<a href="mailto:mwpowellhtx@gmail.com" target="_blank">mwpowellhtx@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I am doing some seismic work and would like to embed obspy and<br>
required dependencies in an IronPython-based C# .NET assembly.<br>
<br>
In and of itself, IronPython is straightforward enough.<br>
<br>
What I am not so clear on is how to configure libraries, dependencies,<br>
and so on. For instance, we could start from readily available<br>
binaries, but would we have difficulty with supported Python runtime<br>
versions, things of this nature.<br>
<br>
Would anyone care to comment here? Or has anyone done this type of<br>
thing already? Or even specifically working with obspy?<br>
<br>
Thank you.<br>
<br>
Best regards,<br>
<br>
Michael Powell<br>
_______________________________________________<br>
Ironpython-users mailing list<br>
<a href="mailto:Ironpython-users@python.org">Ironpython-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/ironpython-users" target="_blank">https://mail.python.org/mailman/listinfo/ironpython-users</a><br>
</blockquote></div><br></div>