On Jan 26, 11:51 am, PeteDK <[email protected]> wrote: [...] > The thing is. Now it still doesn't work through my website, however it > now works through admin. > Well it only works with .bmp pictures. Maybe my PIL is broken? could > that be the reason for my problem from before?
As I recall, PIL out of the box only handles a very small number of file formats. When I installed it, I had to ensure several pre- requisites were met before PIL would handle jpegs and even gifs (maybe - my memory is fuzzy on that one). Once I had the prerequisite packages, I recompiled PIL and all was fine: I could then handle jpegs. Try this. Just get into the Python shell and try to manipulate some images interactively. I would expect that you would be getting error messages from Django however. But try that just to see what happens. BN --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

