> 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 work fine. Bill
