what triggered the change in behavior?

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?

Massimo

On Jan 18, 5:16 pm, Fran <[email protected]> wrote:
> Traceback (most recent call last):
>   File "C:\Bin\web2py\gluon\main.py", line 478, in wsgibase
>     serve_controller(request, response, session)
>   File "C:\Bin\web2py\gluon\main.py", line 193, in serve_controller
>     page = run_controller_in(request.controller, request.function,
> environment)
>   File "C:\Bin\web2py\gluon\compileapp.py", line 412, in
> run_controller_in
>     fp = open(filename, 'r')
> IOError: [Errno 13] Permission denied: 'C:\\Bin\\web2py\\applications\
> \sahana/controllers/default.py'
>
> Why would my app suddenly break on me?
>
> Happens with no model, happens despite having wiped cache, databases,
> errors, sessions & restarted
>
> Other applications are fine, so the web2py install is fine...
>
> 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.


Reply via email to