On Saturday, March 17, 2012 8:06:38 PM UTC-4, Stefan Scholl wrote: > > Anthony <abasta...@gmail.com> wrote: > > I highly recommend just doing this: > > > > python web2py.py -S myapp -M -N > > > > in a regular shell, and skip the web-based shell. You can even do > > There is no python executable in the Windows version of web2py. >
In that case: web2py.exe -S myapp -M -N Though if you're going to do any serious work with web2py, you're probably best off installing your own version of Python (preferably 2.7) and running web2py from source. Once you've got Python installed, it's just as easy to run web2py from source as it is to use the binary version (download, unzip, click). Anthony

