Hi.

I have no experience with web2py but it seems it's not able to read some 
file.

Try to use strace command to determine what file is missing then you can 
search on the net which package contains the missing file.

You can try something like 

strace <command> -o output.txt

or 

strace -p <web2py process id> -o output.txt

Hope it helps.


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to