Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
266 views

IronClad equivalent for Jython

For IronPython there is a project - IronClad, that aims to transparently run C extensions in it. Is there a similiar project for Jython?
4
votes
1answer
133 views

Hashing with ironclad and flexi-streams

I'm trying to hash some strings in a Common Lisp app I'm working on. The sd-sha1 package seems to be unsupported, and has been for some time judging by the CLiki page, which suggests using Ironclad ...
2
votes
2answers
719 views

Can't import numpy into embedded ironpython engine

From an ipy console I can import ironclad import numpy with no problem. However when I try the same imports with an embedded interpreter the numpy import fails. My Python engines is set up like ...
1
vote
0answers
279 views

Numpy and Scipy for IronPython using IronClad…installation

I have installed IronPython and would like to use Numpy and Scipy by using Ironclad. However i am unable to do it for Linux. If any one has done this before could he let me know the steps he has taken ...
1
vote
1answer
236 views

.Net Array or IList<T> from NumPy array in IronPython?

Imagine I have a .Net application that supports user extensions in the form of Python modules by embedding IronPython. Using Ironclad, I can allow users to make use of the NumPy and SciPy packages ...
0
votes
0answers
70 views

CPython API 32-bit and 64-bit API differences for Ironclad implementation?

Alternative form of the question: Ironclad, which provides the CPython API for IronPython so that CPython extensions can be run in it, currently only supports a 32-bit operating system; how difficult ...
0
votes
1answer
134 views

Ironclad import error

I am getting the following error when trying to import a C-Extension I need with irconclad. Is this related to my configuration or limitation in ironclad? C:\devtools\ipython>ipy IronPython 2.0 ...