[Tutor] Help-Embedding Python in C#
ranjan das
ranjand2005 at gmail.com
Thu Sep 23 07:17:39 CEST 2010
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 create a web based
application (I want it to be interactive) as against building an exe file
which would mean params would have to be hard coded.
While trying this I faced problems. I would prefer to do it in pure python
code rather than resorting to iron python. Is that possible?
Objective: Write the code completely in python and then from it create a
windows web based application.
Any help is appreciated
Regards,
Ranjan
On Wed, Sep 22, 2010 at 6:38 PM, Wayne Werner <waynejwerner at gmail.com>wrote:
> On Wed, Sep 22, 2010 at 7:55 AM, ranjan das <ranjand2005 at 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
>
--
The inherent vice of capitalism is the unequal sharing of blessings; the
inherent virtue of socialism is the equal sharing of miseries.
~ Winston Churchill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20100923/40847e68/attachment.html>
More information about the Tutor
mailing list