On 9 March 2010 05:53, Federico Capoano <[email protected]> wrote: > Hello to all, > > I'm new to mod_wsgi. > > I've downloaded it on a RHEL4 and installed successfully. > > Unfortunately then I noticed RHEL uses Python 2.3.. > > So I installed Python 2.6 in /usr/local/ > > Then I reinstalled mod_wsgi, by doing: > > ./configure --with-python=/usr/local/bin/python2.6 > make > make install > > /etc/init.d/httpd restart > > And then I'm trying to load the website but I just get the page > loading and loading.. > > What did I do wrong?
Read: http://code.google.com/p/modwsgi/wiki/InstallationIssues#Multiple_Python_Versions Set WSGIPythonHome appropriately to work around your problem. Graham -- 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.
