fusionbox / django-pyscss

Makes it easier to use PyScss in Django
https://pypi.python.org/pypi/django-pyscss
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

Show the search paths in case of an import error #39

Open PhilipGarnero opened 9 years ago

PhilipGarnero commented 9 years ago

The import errors were hard to debug due to the lack of information about directories being searched. I filled the search_path in order for it to be displayed when an import error occurs. To test, uncomment the test test_no_extension (it is failing because of an import), run the tests and check the error message.

acatton commented 9 years ago

Sorry @PhilipGarnero I merged your other pull request before this one. Now this one doesn't work any more. Do you mind rebasing that onto master?

Thanks.

PhilipGarnero commented 9 years ago

I was expecting it ;)