Re: python installation on windows

2014-03-26 Thread Rhodri James
On Tue, 25 Mar 2014 18:17:30 -, wrote: Thanks for your comment but i also edited httpd.conf file then my wamp not running LoadModule php5_module "c:/wamp/bin/php/php5.3.0/php5apache2_2.dll" This line i added on line 128 but nothing. Wampserver showing yellow. I'm not getting what happe

Re: python installation on windows

2014-03-25 Thread Mark Lawrence
On 25/03/2014 18:17, rborol...@gmail.com wrote: Would you please use the mailing list https://mail.python.org/mailman/listinfo/python-list or read and action this https://wiki.python.org/moin/GoogleGroupsPython to prevent us seeing double line spacing and single line paragraphs, thanks. -- M

Re: python installation on windows

2014-03-25 Thread rborole06
On Sunday, 23 March 2014 19:35:19 UTC-8, Chris Angelico wrote: > On Mon, Mar 24, 2014 at 2:28 PM, Mark H Harris wrote: > > > Anyway, the PSF runs python (the interpreter) from a web server (I can > > > access the python interpreter from my browser from the PSF site). > > > > > > How is that d

Re: python installation on windows

2014-03-25 Thread rborole06
On Sunday, 23 March 2014 13:07:28 UTC-8, tad na wrote: > 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...@gmail.com wrote: > > > > Hi Everybody > > > > actually i want to run python on web browser. I downloaded python and > >

Re: python installation on windows

2014-03-25 Thread rborole06
On Sunday, 23 March 2014 18:22:54 UTC-8, Rhodri James wrote: > On Sun, 23 Mar 2014 17:09:09 -, wrote: > > > > > Hi Everybody > > > > > > actually i want to run python on web browser. > > > > Actually you don't. You want to run Python on a web server, which > > fortunately is a goo

Re: python installation on windows

2014-03-25 Thread rborole06
On Tuesday, 25 March 2014 10:16:20 UTC-8, rbor...@gmail.com wrote: > On Sunday, 23 March 2014 18:22:54 UTC-8, Rhodri James wrote: > > > On Sun, 23 Mar 2014 17:09:09 -, wrote: > > > > > > > > > > > > > Hi Everybody > > > > > > > > > > > > > > actually i want to run python on web

Re: python installation on windows

2014-03-23 Thread Chris Angelico
On Mon, Mar 24, 2014 at 2:28 PM, Mark H Harris wrote: > Anyway, the PSF runs python (the interpreter) from a web server (I can > access the python interpreter from my browser from the PSF site). > > How is that done simply, is possibly what the OP wants to know (me too). That's a much MUCH harder

Re: python installation on windows

2014-03-23 Thread Mark H Harris
On 3/23/14 4:07 PM, tad na wrote: On Sunday, March 23, 2014 12:33:02 PM UTC-5, tad na wrote: To set up a web browser: 1.open a dos window 2.navigate to dir you want "served" 3.type "python -m SimpleHTTPServer &." 4. open browser and type http://localhost:/ That is very ~cool. I learn

Re: python installation on windows

2014-03-23 Thread Rhodri James
On Sun, 23 Mar 2014 17:09:09 -, wrote: Hi Everybody actually i want to run python on web browser. Actually you don't. You want to run Python on a web server, which fortunately is a good deal easier. I downloaded python and installed but i'm not able to run it in browser but it run

Re: python installation on windows

2014-03-23 Thread tad na
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...@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 >

Re: python installation on windows

2014-03-23 Thread tad na
On Sunday, March 23, 2014 12:09:09 PM UTC-5, rbor...@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