On Jun 7, 11:55 pm, Alex Gaynor <alex.gay...@gmail.com> wrote: > On Sun, Jun 7, 2009 at 9:23 AM, simonecare...@gmail.com < > > > > simonecare...@gmail.com> wrote: > > > I'm on SITE5. > > > I've just created a symbolic link to PIL from my PYTHON PATH. > > > I can import PIL module, but now I get this error: > > > The _imaging C module is not installed
Try locating the package (if your host uses fedora/centos, PIL is provided by python-imaging.<arch>.rpm) and extract it to a local directory. Then append the directory to LD_LIBRARY_PATH. You can extract an rpm with the following commands: $ rpm2cpio python-imaging*.rpm | cpio -idv Hope that helps. > > > On Jun 7, 2:11 pm, Kenneth Gonsalves <law...@thenilgiris.com> wrote: > > > On Sunday 07 June 2009 17:22:26 simonecare...@gmail.com wrote: > > > > > I've noticed PIL is not installed on my shared hosting. > > > > > I tried to install it through setup.py but I got a permission error. > > > > > Has someone ever installed it on a shared hosting plan? > > > > which shared hosting plan? If you are on a shared hosting plan that > > doesn't > > > have PIL, you should think of shifting. > > > -- > > > regards > > > kghttp://lawgon.livejournal.com > > PIL requires complilation for some portions of it, you'll need to see if > your host gives you access to a C compiler. > > Alex > > -- > "I disapprove of what you say, but I will defend to the death your right to > say it." --Voltaire > "The people's good is the highest law."--Cicero --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---