I just updated to trunk, sorl-thumbnail is now required. I installed sorl thumbnail, dropped my DB's restarted them but now anytime i add an image to a product i get something along these lines:
Request Method: GET Request URL: http://localhost:8000/ Exception Type: TemplateSyntaxError Exception Value: Caught an exception while rendering: cannot identify image file Original Traceback (most recent call last): File "/Library/Python/2.5/site-packages/django/template/debug.py", line 71, in render_node result = node.render(context) File "/Library/Python/2.5/site-packages/django/template/debug.py", line 87, in render output = force_unicode(self.filter_expression.resolve(context)) File "/Library/Python/2.5/site-packages/django/template/ __init__.py", line 535, in resolve obj = self.var.resolve(context) File "/Library/Python/2.5/site-packages/django/template/ __init__.py", line 676, in resolve value = self._resolve_lookup(context) File "/Library/Python/2.5/site-packages/django/template/ __init__.py", line 711, in _resolve_lookup current = current() File "/Users/dih0658/Sites/Django/Apps/external/sorl-thumbnail/sorl/ thumbnail/base.py", line 219, in width return self._dimension(0) File "/Users/dih0658/Sites/Django/Apps/external/sorl-thumbnail/sorl/ thumbnail/base.py", line 216, in _dimension return self.data.size[axis] File "/Users/dih0658/Sites/Django/Apps/external/sorl-thumbnail/sorl/ thumbnail/base.py", line 124, in _get_data raise ThumbnailException(detail) ThumbnailException: cannot identify image file Anyone have any ideas? Are there more dependencies for the latest trunk (since the reorganization merge) other than sorl-thumbanil? Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
