Jump to content

[Solved] Python Imaging Library (PIL)


Karak

Recommended Posts

from PythonMagick import *

 

results in error - No module named PythonMagick

 

If you have any working examples of use with heliohost then please post. I tried to google it and it is not very much supported under python, almost everyone is using PIL.

Link to comment
Share on other sites

How I can install module myself?

 

I'm sorry, I was thinking of Perl Modules. We can install those ourselfs.

 

Please link to some working python imagick examples.

Does that library work on heliohost?

 

Imagick is a php class of ImageMagick, not Python.

 

 

 

 

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

It is Python library, is does call C code as far as I know and read on its page.

 

I assume i cannot use it if it's not installed. Below are instructions for its installation on Linux - and I don't have shell access and probably would need root access to install it anyway. So please take a look and tell me if you could install it. Is is harmless Python Imaging Library - very usefull - or if you can install any alternative library for dynamic generation of images from Python it would be OK too.

 

"Installing PIL on Linux

 

Use the following command to install PIL on Linux:

 

sudo apt-get install python-imaging"

 

More about installing PIL:

http://gausssum.sourceforge.net/DocBook/ch01s03.html

Link to comment
Share on other sites

That command doesn't work on RHEL-based Linux installations; only Debian-based ones. RHEL-based distributions use "rpm" or "yum" instead of "apt".

 

I've found an RPM package on yum, though, and installed it. Take a look and see if everything's working.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...