You're welcome!

You can also take a look to another python web-server.
Especially if you want to have for example two sites with different version of python on the same server.
When I wrote my first django-app on py3, I faced the same problem.


17.01.2014 15:34, Timothy W. Cook пишет:



On Fri, Jan 17, 2014 at 1:52 AM, Начаров Михаил <[email protected] <mailto:[email protected]>> wrote:

    Hi Timothy,

    Note that your mod_wsgi module compiled for using python2.7. So
    what you need now is install(compile&install) mod_wsgi for python3
    instead of the same module compiled for python2.7.
    On Debian you can do it by this command:
        $ sudo apt-get install libapache2-mod-wsgi-py3


Thanks, After some poking around, I did find that this was the problem. Now, recompiling it on CentOS (with Python 3 as an alternate install) was quite another trick. :-)

Thanks.


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/52D9027B.4060304%40gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to