On Wednesday, April 20, 2016 at 3:01:09 PM UTC-4, Kiran Subbaraman wrote: > > Yes, I do. Had installed the redis-client: `pip install redis` > Also, please note that this works with the web2py_src version, but not the > web2py-windows binary. >
The Windows and OSX binaries include their own Python interpreters, so they do not use your system's installation of Python (or any of its modules). As long as you already have Python on your system, just run the source version of web2py -- there is no benefit to using the Windows binary (it is intended to make it easier to run web2py because it doesn't require Python to be installed). Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

