Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #68837

Re: python installation on windows

Newsgroups comp.lang.python
Subject Re: python installation on windows
References <04f1a2d3-4d34-4871-a845-1301cda1c19c@googlegroups.com>
From "Rhodri James" <rhodri@wildebst.org.uk>
Organization The Wildebestiary
Message-ID <op.xc7fkg2m5079vu@gnudebeest> (permalink)
Date 2014-03-24 02:22 +0000

Show all headers | View raw


On Sun, 23 Mar 2014 17:09:09 -0000, <rborole06@gmail.com> 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 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.

The ".\configure" thing is for Linux installations using autotools; it's  
not going to work on Windows.

I don't run Apache on Windows, so I'm just guessing from the documentation  
here, but the mod_wsgi "Installation on Windows" page says to "follow the  
instructions for loading mod_wsgi in the Quick Installation Guide."  The  
"Quick Installation Guide" page has instructions for editing the Apache  
config files.  No mention of running ".\configure" -- why are you doing  
that?  Try just editing the config files as the documentation suggests and  
see if that works.

-- 
Rhodri James *-* Wildebeest Herder to the Masses

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

python installation on windows rborole06@gmail.com - 2014-03-23 10:09 -0700
  Re: python installation on windows tad na <teddybubu@gmail.com> - 2014-03-23 10:33 -0700
    Re: python installation on windows tad na <teddybubu@gmail.com> - 2014-03-23 14:07 -0700
      Re: python installation on windows Mark H Harris <harrismh777@gmail.com> - 2014-03-23 22:28 -0500
        Re: python installation on windows Chris Angelico <rosuav@gmail.com> - 2014-03-24 14:35 +1100
          Re: python installation on windows rborole06@gmail.com - 2014-03-25 11:19 -0700
      Re: python installation on windows rborole06@gmail.com - 2014-03-25 11:18 -0700
  Re: python installation on windows "Rhodri James" <rhodri@wildebst.org.uk> - 2014-03-24 02:22 +0000
    Re: python installation on windows rborole06@gmail.com - 2014-03-25 11:16 -0700
      Re: python installation on windows rborole06@gmail.com - 2014-03-25 11:17 -0700
        Re: python installation on windows Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-03-25 19:00 +0000
        Re: python installation on windows "Rhodri James" <rhodri@wildebst.org.uk> - 2014-03-27 01:01 +0000

csiph-web