On Sun, 2011-11-27 at 12:13 -0800, chawk wrote: > I must be missing something, i have always run web2py by downloading > and extracting to a directory. i then double click the web2py.exe and > it starts the server, but i cannot ever get the shell to work, so that > i can practice with the DAL. is there more to installing it then > this?
Looks like you are not running command from web2py directory.
You have to cd into it before running that command.
That's not so easy on windows due to path names containing spaces broken
"tabbing" in DOS. My suggestion to do it quickly is: place web2py
directory directly inside C:\, then type
cd C:\web2py
python web2py.py -s test -m
--
Samuele ~redShadow~ Santi
----------------------------------------------------------------
redshadow[at]hackzine.org - redshadowhack[at]gmail.com
Blog: http://hackzine.org
GPG Key signature:
050D 3E9F 6E0B 44CE C008 D1FC 166C 3C7E EB26 4933
----------------------------------------------------------------
/me recommends:
Squadra Informatica - http://www.squadrainformatica.com
----------------------------------------------------------------
- Proud ThinkPad T-Series owner
- Registered Linux-User: #440008
* GENTOO User since 1199142000 (2008-01-01)
* former DEBIAN SID user
----------------------------------------------------------------
"Software is like sex: it's better when it's free!"
-- Linus Torvalds
signature.asc
Description: This is a digitally signed message part

