[web2py] web2py on mac from source

2012-10-04 Thread xaver
blem. Any help will be appreciated. Xaver --

[web2py] DAL, legacy Database, field name as python keyword

2016-05-13 Thread xaver
or(rows,fields,self._colnames,cacheable=cacheable) File "/home/sas/virtualpy/local/lib/python2.7/site-packages/pydal/adapters/base.py", line 1767, in parse for row in rows] File "/home/sas/virtualpy/local/lib/python2.7/site-packages/pydal/adapters/base.py", line 1677,

[web2py] web2py uwsgi

2014-03-02 Thread xaver
n interface. In the browser I give https://localhost:9090/admin/default/index If I run ./uwsgi --http :9090 --wsgi-file /Users/xaver/web2py/web2py/src/wsgihandler.py --master --process 4 --threads 2 --stats 127.0.0.1:9191 it generate an error ticket which last lines are: S'Traceback (most r

Re: [web2py] web2py uwsgi

2014-03-02 Thread xaver
quickstart.html. > > Downloaded and compiled uwsgi. > > when I run uwsgi with the ini file I'm not able to connect to the admin > > interface. > > In the browser I give https://localhost:9090/admin/default/index > > > > If I run ./uwsgi --htt