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 <waynejwer...@gmail.com>wrote:

> 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
>



-- 
The inherent vice of capitalism is the unequal sharing of blessings; the
inherent virtue of socialism is the equal sharing of miseries.

~ Winston Churchill
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to