Changes between Initial Version and Version 1 of Ticket #22945, comment 5
- Timestamp:
- Jul 3, 2014, 9:49:51 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22945, comment 5
initial v1 1 1 Reproduced bug without any PyCharm interaction, running 'test' admin task from manage.py. Same error. 2 2 {{{ 3 3 $ python manage.py test 4 4 … … 31 31 raise ImportError(msg % (mod_name, module_dir, expected_dir)) 32 32 ImportError: 'tests' module incorrectly imported from '/Users/gene/Python/dd_django/pacer/tests'. Expected '/Users/gene/Python/dd_django/pacer'. Is this module globally installed? 33 33 }}}