I am extremely new to programming, much less Django, but am working my
tail off trying to deploy a student alternative Webzine site.

For the images I have been trying to use the nesh utils,
http://trac.studioquattro.biz/djangoutils/wiki/Thumbnail, because they
look perfect and a friend recommended them to me. I have tried
different methods to install the application and made the changes
talked about here, 
http://groups.google.com/group/nesh-django-utils/browse_thread/thread/5129f1b17267abf5?hl=en
, but am still having problems. I am trying my hardest to break down
the code and figure out what could be going on.

As I was going through the code, I opened a python shell to try to
import the functions. In order I did

from django.conf import settings
from django.core.cache import get_cache

and it raises an 'EnvironmentError: Environment Variable
DJANGO_SETTINGS_MODULE is undefined'. A quick search finds a few code
trac problems and a few fixes regarding this problem but none have
helped.

Do you think I am on the right track? Is this what is causing the
nesh.thumbnail to fail silently?

Thanks for any help feedback, Mn


--~--~---------~--~----~------------~-------~--~----~
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 to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to