Thank you for your reply Robert,

I am using an anaconda3 setup. The directories are anaconda3/lib/python3.5/site-packages/sfepy. Under sfepy are two subdirectories /script and /tests. All if the individual tests are - obviously- in the tests directory. But the run_tests.py is in the script directory. I ran the run_test.py script from the script directory. All of the tests ran fine except for those two.

I think my original installation of sfepy was with pip.
Does this help?

Gary R.

On Tuesday, March 21, 2017 at 11:16:37 PM UTC-7, Robert Cimrman wrote:
Hi Gary,

were you running the command from the sfepy sources directory? Or do you use
sfepy instaled by conda? The command you entered is meant for the first case.

In the second case, the test files are in something like
anaconda3/lib/python3.5/site-packages/sfepy/tests/, depending on your anaconda
and python versions.

r.

On 22.3.2017 00:39, Gary Roach wrote:
> OS Debian Linux (Stretch)
> Setup: Anaconda3
>
> While testing the sfepy installation ( ./run_tests.py --debug
> tests/test_projections.py) the following two files errored out with
> "ImportError: No module named <test_projections >". as an example.
> The two files were:
>
>  test_projections.py and
>  test_input_navier_stokes2d_iga.py
>
> Not sure what is causing this. All of the other files passed.
>
> Gary R
>