python Imaging

Paint programs, vector editors, 3d modelers, animation editors, etc.
Post Reply
Message
Author
minolta-x
Posts: 4
Joined: Sun 30 Jan 2011, 03:11

python Imaging

#1 Post by minolta-x »

I am having a problem installing python module Imaging-1.1.6-i486.pet on puppy 5.2.
On 5.1.1 it just worked fine.
I have tried Imaging-1.1.6-i486.pet and Ubantu 1.1.7-1 with same fail result -- python says no Image module found.

I thought the reason was missing required libraries but didn't check it thoroughly since how can it be so different in 5.1.1 and 5.2?

http://www.murga-linux.com/puppy/viewtopic.php?t=44202

User avatar
neurino
Posts: 362
Joined: Thu 15 Oct 2009, 13:08

#2 Post by neurino »

you can just easy_install PIL... (be careful to have devx sfs loaded in case necessary!)

That is pyhton, think in pythonic way.

minolta-x
Posts: 4
Joined: Sun 30 Jan 2011, 03:11

python imaging module

#3 Post by minolta-x »

problem was solved:
after installation of ubuntu deb PIL package Image library has to be moved from /usr/lib/python2.6/dist-packages/PIL/python2.6 to /usr/lib/python2.6

User avatar
neurino
Posts: 362
Joined: Thu 15 Oct 2009, 13:08

#4 Post by neurino »

Be careful installing deb packages if you use CUPS...

User avatar
GustavoYz
Posts: 883
Joined: Wed 07 Jul 2010, 05:11
Location: .ar

#5 Post by GustavoYz »

neurino wrote:Be careful installing deb packages if you use CUPS...
Be careful of scratch your head when using CUPS...
http://www.murga-linux.com/puppy/viewtopic.php?t=62212

User avatar
neurino
Posts: 362
Joined: Thu 15 Oct 2009, 13:08

#6 Post by neurino »

GustavoYz wrote:Be careful of scratch your head when using CUPS...
LOL :lol: you're right...

Post Reply