Re: python application dll

2007-11-20 Thread dongarbage
On Nov 19, 3:49 pm, Larry Bates <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hi, > > > Is there a way to create a .dll from a python program which includes > > the python runtime? > > > I'm building a Windows application (C# VisualStudio2005) and I'd like > > to utilize some of the fun

Re: python application dll

2007-11-20 Thread dongarbage
On Nov 19, 2:28 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Sat, 17 Nov 2007 12:04:49 -0300, <[EMAIL PROTECTED]> escribi�: > > > Is there a way to create a .dll from a python program which includes > > the python runtime? > > > I'm building a Windows application (C# VisualStudio2005) an

python application dll

2007-11-17 Thread dongarbage
Hi, Is there a way to create a .dll from a python program which includes the python runtime? I'm building a Windows application (C# VisualStudio2005) and I'd like to utilize some of the functionality available in a Python module. For my users who install my Windows application, I'd prefer that th

c# application calling Scipy

2007-01-06 Thread dongarbage
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? Enthought? Thanks in advance, Don -- http://