Re: Could not load PIL library

2001-10-26 Thread Dirk Heiser
Kunal == Kunal Taneja [EMAIL PROTECTED] writes: Kunal I have downloaded the PIL library windows distribution from the link that Kunal you just sent I have send you the link to the plucker distribution. This mean that the Setup program inclaude _all_ the files you need to run Plucker on

Could not load PIL library

2001-10-23 Thread Kunal Taneja
on the command line as soon as it sees any images it say Could not load PIL library Can anyone elaborate on why this is happening and How do i overcome this problem Regards Kunal -Original Message- From: David A. Desrosiers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 10:15 AM

Re: Could not load PIL library

2001-10-23 Thread Dirk Heiser
on the command line as soon as it sees any Kunal images Kunal it say Kunal Could not load PIL library Kunal Can anyone elaborate on why this is happening It seams that Python does not find PIL. This need to be installed in the right directory so that python find that. Kunal and How do i overcome

Re: Could not load PIL library

2001-10-23 Thread Bill Janssen
When I am Building the PluckerDB on the command line as soon as it sees any images it say Could not load PIL library I suspect that you have not installed the PIL properly. To test this, just start python on the command line, and type import Image. If PIL is properly installed, this should