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" > Someone mentioned CONTEXT_PROCESSORS, I d

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-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 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

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? --~--~-~--~~~---~--~~ You