Why i cant make this to work
i have folder  'app' and inside folder i have file 'test.py'
what is the procedure to make this work like application.
when i put 'import app.controllers'   shows error 'no module
app.controllers'
How i can make subdirectories to call like MVC and this to work.
My  webpy library is in folder inside my application and i call 'web'
with
symlinks .
Folder structure:
/PROJECT/
              /app/test.py
              /webpy/
              code.py
              settings.py

and in code.py i have:
import os
import web
from settings import *
import app.controllers  ---> ERROR "no module app.controllers"

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en.

Reply via email to