I'm attempting to install the nesh.thumbnails app for images with
thumbnails.

In my model, I put
from nesh.thumbnail import ImageWithThumbnailField

but that fails unless I drill down a layer deeper and put
from nesh.thumbnail.field import ImageWithThumbnailField

which then fails when it tries to import something else. So what's up?
Should I install thumbnail, utils and who knows what else as
applications in my project or is it just something awry in my python
path or something?


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