IronPython and scipy/pyExcelerator

T

tkpmep

I'm looking forward to the release IronPython, primarily for its IDE. I
currently use scipy and pyExcelerator to crunch numbers and write them
to Excel: does can these packages be used with IronPython as well?

Thanks in advance

Thomas Philips
 
R

Robin Becker

I'm looking forward to the release IronPython, primarily for its IDE. I
currently use scipy and pyExcelerator to crunch numbers and write them
to Excel: does can these packages be used with IronPython as well?

Thanks in advance

Thomas Philips
I don't think so unless scipy has a release for .net. I think all those nice
algorithms are in C or Fortran and mostly haven't been translated into C#.
 
F

Fuzzyman

I'm looking forward to the release IronPython, primarily for its IDE. I
currently use scipy and pyExcelerator to crunch numbers and write them
to Excel: does can these packages be used with IronPython as well?

Thanks in advance

You could try Python for .NET. This is a version of cPython with
support for .NET built in.

You may have to amend the code that Visual Studio produces to work with
Python for .NET rather than for IronPython (necessary changes may be
restricted to the import syntax).

SciPy makes extensive use of C extensions which aren't currently
supoorted by IronPython. There has been some preliminary work done dy
Seo Sanghyeon on a 'reflector' that uses ctypes to allow IronPython to
access cPython C extensions. My understanding is that it works (at
least partially) but that the exceptions it returns are (currently)
confusing.

See
http://groups.google.com/group/comp.lang.python/browse_frm/thread/842a8011a1a2a26c/9d7e157124943e9f

and also search the IronPython mailing lists. Alternatively you could
use interprocess communication between cPython and IronPython ;-)

All the best,


Fuzzyman
http://www.voidspace.org.uk/python/index.shtml
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top