Re: c# application calling Scipy

2007-01-07 Thread sturlamolden
[EMAIL PROTECTED] wrote: > Hi, > > Novice here. :) > > I'm building a c# application and I want to call functions in SciPy > from that application. > > What's the best way to call SciPy methods from a C# program? You need to: 1. Embed a Python interpreter in your C# app. That is, importing from

Re: c# application calling Scipy

2007-01-06 Thread Robert Kern
[EMAIL PROTECTED] wrote: > Hi, > > Novice here. :) > > I'm building a c# application and I want to call functions in SciPy > from that application. > > What's the best way to call SciPy methods from a C# program? > > Is there a best Python implementation for this? Ironython? Python for > .NET?