| <type 'exceptions.ValueError'> | Python 2.5.2: /usr/bin/python Mon Nov 23 20:17:51 2009 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /home/anthony/chai/cells/People/GlenPink/runweb.i686.py in |
| 14 for path in (BaseDir, ContextsDir, DataDir, os.path.join(BaseDir, 'lib')): |
| 15 if not path in sys.path: |
| 16 sys.path.insert(0, path) |
| 17 |
| 18 import web; web.main(BaseDir, ContextsDir, DataDir, start, 0.0) |
| web = <module 'web' from '/home/anthony/cell/web.pyo'>, web.main = <function main at 0xb7c6125c>, BaseDir = '/home/anthony/cell', ContextsDir = '/home/anthony/chai/cells', DataDir = '/home/anthony/chai_data', start = 1258967870.675323 |
| /home/anthony/cell/web.py in main(BaseDir='/home/anthony/cell', ContextsDir='/home/anthony/chai/cells', DataDir='/home/anthony/chai_data', start_time=1258967870.675323, cpu_time=0.0, req=None) |
| 625 mtime, errs = check_perm(file, euid) |
| 626 if not mtime: continue |
| 627 if errs: raise ValueError('%s/%s: %s' % (globals.Context, file, errs)) |
| 628 imports.append(file[:-strip]) |
| 629 |
| errs = ['File permissions should be 0600, not 0700.'], builtin ValueError = <type 'exceptions.ValueError'>, global globals = <module 'globals' from '/home/anthony/cell/lib/globals.pyo'>, globals.Context = 'People/GlenPink', file = 'person_details.py' |
<type 'exceptions.ValueError'>: People/GlenPink/person_details.py: ['File permissions should be 0600, not 0700.']
args =
("People/GlenPink/person_details.py: ['File permissions should be 0600, not 0700.']",)
message =
"People/GlenPink/person_details.py: ['File permissions should be 0600, not 0700.']"