python installation on windows

tad na teddybubu at gmail.com
Sun Mar 23 17:07:28 EDT 2014


On Sunday, March 23, 2014 12:33:02 PM UTC-5, tad na wrote:
> On Sunday, March 23, 2014 12:09:09 PM UTC-5, rbor... at gmail.com wrote:
> > Hi Everybody
> > actually i want to run python on web browser. I downloaded python and installed but i'm not able to run it in browser but it running using command prompt. so i trying to install mod_wsgi 3.4. So i downloaded precompiled version mod_wsgi-3.4.ap22.win32-py2.6 and copied mod_wsgi.so file to C:\wamp\bin\apache\Apache2.2.11\modules after i'm trying to run .\configure on path C:\Documents and Settings\Rahul\Desktop\mod_wsgi-3.4.ap22.win32-py2.6 but it giving me error that .\configure is not recognized as internal or external command.

> > So please suggest me what can i do for that, i'm so beginner to python and installing and configuring modules for apache.

> > Thanks

> > Rahul
> To set up a web browser:
 
> 1.open a dos window
> 2.navigate to dir you want "served"
> 3.type "python -m SimpleHTTPServer 8888 &."
4. open browser and type http://localhost:8888/



More information about the Python-list mailing list