I thought this would be simple but I can't seem to find the answer. I run web2py on Webfaction via uWSGI and a shared Nginx instance. Web2py runs on the default 2.6.6 python install which I have no control over. I would like it to run on python 2.7 where I install my modules. I'm having issues running a gevent server because web2py can't see the gevent module while running on the default 2.6 python version.
Google led me to believe the answer to this was changing `make -f Makefile` to `make -f Makefile.Py27` when compiling uWSGI. This isn't working for me. It reports an error that Makefile.Py27 doesn't exist. How do I specify which python version my web2py install runs on? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.