> /controlllers
>              /forms/__init__
>              /forms/ reg_form.py

You are missing .py on the __init__, was that a typo?

> import forms.reg_form ### ERROR

Since web2py runs out of it's root maybe (this as worked for me with
things out of my modules directory):

import applications.appName.controllers.forms.reg_form

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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