No module named utils

2017-03-20 Thread Mark Knochen
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 , line 5 Python Executable: /home

Re: No module named utils

2017-03-20 Thread Tim Graham
> Exception Type: ImportError > Exception Value: > > No module named utils > > Exception Location: /home/lib/python2.7/compressor/conf.py in , > line 5 > Python Executable: /home/lib/envs/bin/python > > > I dont know, what can i do? > > Thank you for help >

syncdb: No module named Utils

2007-01-21 Thread johnny
what does it mean "No module named Utils" when I run python manage.py syncdb? I have looked into INSTALLED_APPS, there is nothing called "Utils" Someone mentioned CONTEXT_PROCESSORS, I don't have it in settings.py Anyone have any idea? --~--~-~--~~

Re: syncdb: No module named Utils

2007-01-21 Thread johnny
I am using ActiveState Python 2.4 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email t

Re: syncdb: No module named Utils

2007-01-21 Thread johnny
Does it have to do with : python setup.py install I did earlier for Django 0.95 (using python egg). I deleted the files, and checked out the django dev verion. >From IBM site: http://www-128.ibm.com/developerworks/library/l-cppeak3.html setuptools framework, a side project of the Python Enterpr

Re: syncdb: No module named Utils

2007-01-21 Thread Aidas Bendoraitis
Perhaps that framework uses some third-party libraries, that have to be installed onto your machine. You can find this out, full-text-searching for "Utils" in that project. Regards, Aidas Bendoraitis aka Archatas On 1/22/07, johnny <[EMAIL PROTECTED]> wrote: > > Does it have to do with : pyth

Re: syncdb: No module named Utils

2007-01-22 Thread ashwoods
hmm... can you post the whole error output? On Jan 21, 11:05 pm, "johnny" <[EMAIL PROTECTED]> wrote: > what does it mean "No module named Utils" when I run python manage.py > syncdb? > > I have looked into INSTALLED_APPS, there is nothing called "Utils