Re: WSGI question

2016-08-04 Thread John
Hi Jonty, You can only have one version of mod_wsgi installed per apache instance, so you need to uninstall the 2.7 version and install the 3.4 version. On Ubuntu, the libapache2-mod-wsgi-py3 package is what you are looking to have installed. John On 05/08/16 00:37, Jonty Needham wrote: > Sorry

WSGI question

2016-08-04 Thread Jonty Needham
Sorry if this isn't for here, but I've somehow got the wrong version of python running with mod_wsgi --2.7 instead of 3.4, so none of the 3.4 libraries work, like collections or datetime. Where do I look to change this? -- You received this message because you are subscribed to the Google Groups