[web2py] error in trunk

2011-09-12 Thread Marin Pranjić
Traceback (most recent call last): File web2py.py, line 16, in module import gluon.widget File /srv/test/web2py/gluon/__init__.py, line 15, in module from globals import current ImportError: No module named globals run with python web2py.py, current trunk

Re: [web2py] error in trunk

2011-09-12 Thread Marin Pranjic
few more errors: ImportError: cannot import name redirect ImportError: No module named validators This is weird. Is it just me? On Mon, Sep 12, 2011 at 1:15 PM, Marin Pranjić marin.pran...@gmail.comwrote: Traceback (most recent call last): File web2py.py, line 16, in module import

Re: [web2py] error in trunk

2011-09-12 Thread Martín Mulone
You are right, current trunk is broken 2011/9/12 Marin Pranjic marin.pran...@gmail.com few more errors: ImportError: cannot import name redirect ImportError: No module named validators This is weird. Is it just me? On Mon, Sep 12, 2011 at 1:15 PM, Marin Pranjić

[web2py] Error in trunk opening PostgreSQL database

2011-03-03 Thread ron_m
I tested my app with version 1.92.1 and it works. I then copied it to trunk and I can no longer connect to the PostgreSQL database I use. I looked at the code in dal.py for the PostgreSQL adapter and driver_args defaults to empty dict {}, adding some debug print code shows it is set on the

[web2py] Error in trunk with admin layout?

2010-11-04 Thread Seeker
Hi, In trunk: Not sure if i have done something wrong, but admin seems to be without a layout ... Anyone else experiencing this? Thanks.

Re: [web2py] Error in trunk with admin layout?

2010-11-04 Thread rochacbruno
+1 Enviado via iPhone Em 04/11/2010, às 11:33, Seeker tmurn...@gmail.com escreveu: Hi, In trunk: Not sure if i have done something wrong, but admin seems to be without a layout ... Anyone else experiencing this? Thanks.

[web2py] Error in trunk?

2010-07-22 Thread David Marko
Applying latest trunk I'm getting following error on console when navigating the first page e.g. http://localhost:8000 ERROR:root:Traceback (most recent call last): File c:\java\google_appengine\web2py\gluon\main.py, line 384, in wsgibase if static_file: UnboundLocalError: local variable

[web2py] error in trunk

2010-06-11 Thread Jose
Hello, The next model is broken by a change in the trunk. db.define_table('TA', Field('f1'), Field('f2'), format='%(f1)s' ) db.define_table('TB', Field('f1'), Field('f2', db.TA), ) controller: def test(): form=crud.create(db.TB) error: Traceback (most recent call