Re: Unable to import 3 modules when running tests

2014-10-03 Thread Mike Cameron
Also, I have re-created my virtualenv from scratch, but the error persists. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups

Unable to import 3 modules when running tests

2014-10-02 Thread Mike Cameron
I'm doing python manage.py test, but always receive one of the following ImportError messages. ImportError: No module named 'expressions_regress'ImportError: No module named 'aggregation'ImportError: No module named 'migrations' I have ensured my virtual environment is enabled. I'm on Django