Folks,

I have a module “myapp/modules/ a.py” and a controller 
“myapp/controllers/b.py”. b imports a using “import a” and everything works 
perfect.

Now I am trying to run some unit tests using web2py_utils.test_runner (
http://packages.python.org/web2py_utils/test_runner.html). All of a sudden, 
I get the following error message:

File "..\..\applications\myapp\controllers\b.py", line 14, in <module>

ImportError: No module named a

Has anyone used web2py_utils.test_runner and run into the same problem?

Sorry if this is a duplicate question and thanks for your help in advance.

-ke

Reply via email to