Using PIL in the Linux!

I want to use PIL in order to load from string to Image , but there is a
problem , I can use PIL only in Windows platform whiles I want to use it in
Linux and another Platforms.
What should I do ?

···

--
View this message in context: http://www.nabble.com/Using-PIL-in-the-Linux!-tp16296324p16296324.html
Sent from the matplotlib - users mailing list archive at Nabble.com.

sa6113 wrote:

I want to use PIL in order to load from string to Image , but there is a
problem , I can use PIL only in Windows platform whiles I want to use it in
Linux and another Platforms.
What should I do ?

No problem. Chances are, your distro has it as a package. In ubuntu it is "python-imaging". Alternatively, you can build from source. See the first download entry here: http://www.pythonware.com/products/pil/.

Eric