Re: Error when running python manage.py collectstatic

2018-11-23 Thread Henrik Sejersen
Hi Jason Yes, I get the same error with Django 2.0.9 (the latest version) and Python 3.7.1 - I am just about to make a bug report. Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Error when running python manage.py collectstatic

2018-11-20 Thread Henrik Sejersen
Hi I get an error when running python manage.py collectstatic. The error is a SuspiciousFileOperation exception because “The final path must be the same as the base path”. The strange thing is that I only get this error when my python version is 3.7.1. I do not get the error, if I change