Ok this is literally making me crazy. I'm running web2py 2.5.1 in python 2.7. On my dev box all is fine. I added a new module called cmgui that is just a wrapper for an outside custom module. Works fine on my dev box. Push it to my prod box and I'm getting "no module named auth.modules.cmgui". In my confusion I also tried just creating a blank module called test.py and importing that via import auth.modules.test and same error. It's as if there is no __init__.py in the directory, but there is. I am at a loss -_-
-- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

