Re: How to execute a python script in .NET application

2006-10-09 Thread Chandra
Thanks all of them, i used the command line process (executing the script in cmd shell) method for executing python script. Regards, Chandra Gerard Flanagan wrote: > Chandra wrote: > > > Hi, > > > > Is there a way to execute a python script(file) in ASP.NET application > > (programmatically)?? >

Re: How to execute a python script in .NET application

2006-10-07 Thread MC
Hi! dotNET can use (call) COM-servers In pywin, there are exemple of COM-server, in Python, who can run (on-the-fly) Python code. This give a way for run Python's scripts from dotNET, Excel, Word, Internet-Explorer (HTA), C#, etc. I have try all these things, with success. -- @-salutations

Re: How to execute a python script in .NET application

2006-10-07 Thread Gerard Flanagan
Chandra wrote: > Hi, > > Is there a way to execute a python script(file) in ASP.NET application > (programmatically)?? > > Regards, > Chandra I thought IIS would prevent this, but the following works for me at home (ASP.NET 1.1). A production setup may be a different matter. using System.Diagn

Re: How to execute a python script in .NET application

2006-10-07 Thread Steve Holden
Chandra wrote: > Hi, > > Is there a way to execute a python script(file) in ASP.NET application > (programmatically)?? > Probably use IronPython, I should think. regards Steve -- Steve Holden +44 150 684 7255 +1 800 494 3119 Holden Web LLC/Ltd http://www.holdenweb.com Skype: h

Re: How to execute a python script in .NET application

2006-10-06 Thread hg
Chandra wrote: > Hi, > > Is there a way to execute a python script(file) in ASP.NET application > (programmatically)?? > > Regards, > Chandra > pythondotnet@python.org ? -- http://mail.python.org/mailman/listinfo/python-list

How to execute a python script in .NET application

2006-10-06 Thread Chandra
Hi, Is there a way to execute a python script(file) in ASP.NET application (programmatically)?? Regards, Chandra -- http://mail.python.org/mailman/listinfo/python-list