Hi,

On the mod_wsgi wiki this explains what you need to do to install
mod_wsgi 3.3 on Windows:

http://code.google.com/p/modwsgi/wiki/InstallationOnWindows

and you will need to download this compiled binary for Windows 32bit
and have Python 3.1 32bit installed on your XP.

http://code.google.com/p/modwsgi/downloads/detail?name=mod_wsgi-win32-ap22py31-3.3.so

Then look for the notes on the mod_wsgi website for how to run a WSGI
app or web framework under mod_wsgi.

Is there a reason why you need to use Python 3.1 rather than Python
2.7? As much as Python 3.x is the future, the majority of the Python
web frameworks are either still being ported to Python 3.x or do not
support it yet.

Regards

Mark

On Sun, Mar 13, 2011 at 4:00 PM, python_newbie <[email protected]> wrote:
> Hi, I am a newbie to programming. I started up with Python it is just
> more than amazing and cool. Recently one of my friend and me begin
> with Website thing and then for web programming they say PHP is good
> and when I did some research I found we could implement Python for the
> same with mod_python and mod_wsgi I want to know how can I configure
> the modwsgi with Python 3.1/Apache 2.2.17/Windows XP sp2. I tried
> google and the website but no clear instructions. Some buddy please
> help.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "modwsgi" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/modwsgi?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to