Re: [web2py] import module fails

2012-06-22 Thread wdtatenh
Thanks. I do but I still get the same problem. It's interesting that I have another 3rd party module that I added and it works but mine which just has some functions test functions in it does not. I created that file under the module folder through the web2py web interface. --

Re: [web2py] import module fails

2012-06-20 Thread Bruno Rocha
Check if you have an empty __init__.py file under all your root folders. On Wed, Jun 20, 2012 at 8:19 PM, wdtatenh wrote: > I'm running version 1.91.6 installed from binary for localhost testing. > I'm attempting to add some modules to hold utility functions used by other > controllers but I con

[web2py] import module fails

2012-06-20 Thread wdtatenh
I'm running version 1.91.6 installed from binary for localhost testing. I'm attempting to add some modules to hold utility functions used by other controllers but I consistently get an import error. Suggestions? Thanks in advance --