Re: [web2py] Help me test model subfolders

2013-10-22 Thread Johann Spies
Thanks Anthony and Massimo for *Revision:* *5a3f2701b077 *in the trunk a few hours ago. That fixed the problem for me. Both admin and the app works as expected. Regards Johann On 22 October 2013 08:26, Johann Spies wrote: > On 21 October 2013 21:28, Massimo Di Pierro wrote: > >> I do not u

Re: [web2py] Help me test model subfolders

2013-10-21 Thread Johann Spies
On 21 October 2013 21:28, Massimo Di Pierro wrote: > I do not understand. You have > > r'^\db\.py$', > > shouldn't this be? > > r'^db\.py$', > > > Yes it should be. Thanks. But that does not make any difference to the result: python web2py.py -M -S nkb/akb web2py Web Framework Created by Mass

Re: [web2py] Help me test model subfolders

2013-10-21 Thread Massimo Di Pierro
I do not understand. You have r'^\db\.py$', shouldn't this be? r'^db\.py$', On Monday, 21 October 2013 04:20:01 UTC-5, Johann Spies wrote: > > Hallo Massimo, > > > There is a problem with sorting of model subfolders in 2.7.2. We made some >> changes in trunk. >> > > After this morning's

Re: [web2py] Help me test model subfolders

2013-10-21 Thread Johann Spies
It seems that when the app is working, the admin interface does not and vice versa. I went back to last weeks version (Version 2.7.4-stable+timestamp.2013.10.16.09.10.20) and the error is still the same. So the problem was not with this morning's edition. I just did not use the admin interface si

Re: [web2py] Help me test model subfolders

2013-10-21 Thread Johann Spies
On 21 October 2013 11:20, Johann Spies wrote: > In the end I go the app working again by doing: > > > hg rename db.py 0db.py > > hg rename dbcommon.py 0dbcommon.py > > I have talked too soon. The admin interface works with this setup but still not the app itself. I will have to revert to last

Re: [web2py] Help me test model subfolders

2013-10-21 Thread Johann Spies
Hallo Massimo, There is a problem with sorting of model subfolders in 2.7.2. We made some > changes in trunk. > After this morning's updates from the trunk I got problems for the first time which reflected a sorting problem: Traceback (most recent call last): File "/home/js/web2py/gluon/restr