On Thu, Dec 15, 2011 at 11:51:49AM +1100, Graham Dumpleton wrote:
> On 15 December 2011 11:10, Роман Сорокин <[email protected]> wrote:
> > Hello, I'm Roman.
> > I'm beginner in Python, and I have some problem with installation mod_wsgi
> > 3.3 on Linux (it has error) and on Windows (Apache don't want startup),
> > I tried install mod_wsgi 3.1 on Linux, but it requiers python-dev 3.1 pack,
> > I don't know where from i can download it, research of links of Google don't
> > give me anything useful. Please, give me workin version mod_wsgi or
> > python-dev 3.1!

Which Linux distribution are you using ?

In any case, probably your distribution provides a package you can install and
should work with the apache and python also provided by the distribution. I
don't know how you tried to install it, but if you tried from source first 
remove
all files it installed (if you could install it)

If your distro is debian/ubuntu, all you need is to install the package
"libapache2-mod-wsgi". That is: apt-get install libapache2-mod-wsgi. If you have
some other distro, I don't know which command (emerge if you have gentoo, but I
doubt it) you need but it should be that easy too.





Thanks,
Rodrigo

-- 
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