On Monday, June 18, 2018 at 7:41:34 AM UTC-4, elisha bere wrote: > > python 3 is already installed on my computer >
To run web2py with Python 3 you must (a) download the source version of web2py (the binary versions for Mac and Windows include their own Python 2 interpreters -- they do not use your system-installed version of Python) and (b) make sure you start web2py using Python 3 (i.e., if you have both Python 2 and Python 3 installed, be sure to explicitly use Python 3). 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.

