I solved the problem by using the Python packages from pythonmac.org (pythonmac.org/packages/). There seems to be no more problems with django an PIL.
The strange thing was that that PIL worked properly with the standard python from Mac OS 10.5. In the python shell I could retrieve the width and height of a jpeg image but when I tried to retrieve these properties with the django database api via get_picture_width() it did not work. Strange.. Well, now it works. Thanks for your answer. Thomas. On Mar 22, 1:04 pm, Evert Rol <[EMAIL PROTECTED]> wrote: > > I get a strange error in my "django-shell" when I am trying to get the > > picture-width our height of an image-field. > > Here's the error: IOError: decoder jpeg not available > > Can you give the full traceback for that? > Also, print out the sys.path from the django shell > > > I'm working on a Mac with 10.5.2 and python 2.5.1 width django 0.96.1, > > PIL 1.6 is installed. The strange thing is that I can retrieve the > > image-width or height by accessing it directly through the shell, so > > my jpeg decoder works properly. > > Which shell do you mean here? Python, iPython, BASH, Django? If one of > the first two, check your sys.path again. > > Probably also best to show to command you use in either shell (import > PIL; etc). There may be something clashing, but without a traceback > and entered commands, that's hard to deduce (unless someone has > exactly the same experience). > > That all said, it looks like this is a common problem on OS > X:http://www.google.com/search?client=safari&rls=en-us&q=PIL+IOError:+d... > would have helped you more than the Django list. > > (btw, I take it you mean PIL 1.1.6, not 1.6) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---