Unfortunately, that's not the problem, but I have at least figured out that, despite passing the tests, PIL still doesn't see the jpeg decoder, as the snippet below shows. Back to the PIL config goose chase...
>>> import Image >>> img = Image.open('/home/sam/Documents/test_image.jpg').copy() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.5/site-packages/PIL-1.1.6-py2.5-linux- i686.egg/Image.py", line 717, in copy self.load() File "/usr/lib/python2.5/site-packages/PIL-1.1.6-py2.5-linux- i686.egg/ImageFile.py", line 180, in load d = Image._getdecoder(self.mode, d, a, self.decoderconfig) File "/usr/lib/python2.5/site-packages/PIL-1.1.6-py2.5-linux- i686.egg/Image.py", line 375, in _getdecoder raise IOError("decoder %s not available" % decoder_name) IOError: decoder jpeg not available >>> I'll report back :) On Sep 11, 6:02 pm, "Bruce Kroeze" <[EMAIL PROTECTED]> wrote: > On Thu, Sep 11, 2008 at 7:36 AM, nostradamnit <[EMAIL PROTECTED]>wrote: > > > > > What's really weird about that is that's not even the file I'm trying > > to upload?!? It must be the default image that it loads to generate > > the thumbnail?!? I'm sooo confused :| > > > Looks like I'm gonna have to delve into the code, which is NOT on my > > current TODO list :( > > I think Guenter has it. I bet you've got a space at the end of your > MEDIA_ROOT in settings.py. > > It really does work, for many stores, using the latest codebase. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to satchmo-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/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---