There are few options available  with mod_python + apache configuration but it comes with limitation as the scripts will be running on servers and you will need to parse the requests and inputs as a web request to the script <div>
<br></div><div><br><div><br><div class="gmail_quote">On Wed, Jun 8, 2011 at 9:34 AM, Chris Angelico <span dir="ltr"><<a href="mailto:rosuav@gmail.com">rosuav@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Wed, Jun 8, 2011 at 1:10 PM, Abhijeet Mahagaonkar<br>
<<a href="mailto:abhijeet.manohar@gmail.com">abhijeet.manohar@gmail.com</a>> wrote:<br>
> So i have requested a server space so I need some inputs on how i will be<br>
> able to "host" these scripts on a webserver and have them run on browsers<br>
> rather than on individual systems.<br>
<br>
</div>Python doesn't normally run in a web browser. There's two easy options:<br>
<br>
1) Use very simple web hosting that lets people download scripts and<br>
run them. Anything can do this, but all you gain is that they don't<br>
have to keep a collection of scripts / EXEs on their hard drives.<br>
<br>
2) Run the Python scripts on the web server. I don't know whether this<br>
is even possible in your situation; it would turn them into quite<br>
different tools.<br>
<br>
I have no experience with it, but Jython can make applets. Again,<br>
though, these would be quite different tools from simple Python<br>
scripts. Web browsers aren't generally happy for in-browser scripts<br>
to, for instance, read and write files on the user's hard drive.<br>
<br>
I think you're ultimately going to need to keep on distributing those<br>
scripts. But if you get your users to install a Python interpreter,<br>
they need only install it once and then you can distribute all your<br>
scripts in .py format rather than py2exeing them all.<br>
<br>
Chris Angelico<br>
<font color="#888888">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Nitin Pawar<br><br>
</div></div>