[web2py] Problems running with Cygwin

2014-04-16 Thread Andre Basel
I have been following: http://killer-web-development.com/section/2/5 As per the tutorial, I can get the following lines to work: curl -O http://www.web2py.com/examples/static/web2py_src.zip $ unzip web2py_src.zip $ cd web2py However when I run the last line: $ ./web2py.py Nothing

Re: [web2py] Problems running with Cygwin

2014-04-16 Thread Kiran Subbaraman
python 2.7.x should be 32bit. cygwin use the 32bit installer. Since it is from source, you can run this as python ./web2py.py I just tried this on my Windows8 box, and this works. Kiran Subbaraman