Monday, March 20, 2017

Re: No module named utils

My guess it that the version of django-compressor you're using doesn't support Django 1.5 -- that's a rather old, insecure version. You'll either have to update to a supported version of Django (see https://www.djangoproject.com/download/#supported-versions) or use an old version of django-compressor that supports Django 1.5.

On Monday, March 20, 2017 at 12:19:48 PM UTC-4, Mark Knochen wrote:
Hi,

i have a Django Version 1.5.1 and Python Version 2.7.5 ... 

No i get the error:

Request Method: GET
Django Version: 1.5.1
Exception Type: ImportError
Exception Value:

No module named utils

Exception Location: /home/lib/python2.7/compressor/conf.py in <module>, line 5
Python Executable: /home/lib/envs/bin/python


I dont know, what can i do?

Thank you for help


Mark

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/260df838-9639-40d0-8f49-ee82c3ea8e0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment