So your models read but the controller no? Is this reproducible or an occasional error?
Does welcome works fine? Massimo On Jan 18, 6:31 pm, Fran <[email protected]> wrote: > On Jan 18, 11:41 pm, mdipierro <[email protected]> wrote: > > > what triggered the change in behavior? > > I really don't know! > > > The app does not have permission to open the controller file. > > Open python and try: > > open('C:\\Bin\\web2py\\applications\\sahana/controllers/ > > default.py','r') > > does it work? Is the path right? > > Seems to: > In [2]: open('C:\\Bin\\web2py\\applications\\sahana/controllers/ > default.py','r') > Out[2]: <open file 'C:\Bin\web2py\applications\sahana/controllers/ > default.py', m > ode 'r' at 0x0253EF08> > > That's from a Python shell in the app too...so model loads completely > without error. > > Stumped... > > F
-- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

