Re: [Tutor] Help-Embedding Python in C#

2010-09-23 Thread Steven D'Aprano
On Thu, 23 Sep 2010 03:17:39 pm ranjan das wrote: What I want to do is write my code completely in Python (as gainst iron python), Iron Python *is* Python. It's just a different implementation, with built-in support for Dot-Net. copy it to the visual studio editor and create a web based

[Tutor] Help-Embedding Python in C#

2010-09-22 Thread ranjan das
Please Advise: I need to run/execute python module in C#. I am using python 2.6 and visual studio 10 Ranjan ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Help-Embedding Python in C#

2010-09-22 Thread Wayne Werner
On Wed, Sep 22, 2010 at 7:55 AM, ranjan das ranjand2...@gmail.com wrote: Please Advise: I need to run/execute python module in C#. I am using python 2.6 and visual studio 10 You should check out IronPython http://www.ironpython.com/ http://www.ironpython.com/HTH, Wayne

Re: [Tutor] Help-Embedding Python in C#

2010-09-22 Thread ranjan das
Hi Wayne, Thanks for your reply. The problem is a bit more specific. I have come across ironpython and I ran a test file and it works fine as far as the wrapping is concerned. What I want to do is write my code completely in Python (as gainst iron python), copy it to the visual studio editor and