architshukla / Plagiarism-Checker

A utility to check if a document's contents are plagiarised
GNU General Public License v3.0
256 stars 102 forks source link

PIL on windows #23

Closed architshukla closed 11 years ago

architshukla commented 11 years ago

When I run the new python script on windows (after installing all modules), it tells me that Image module was not found. I looked it up and found that it has something to do with Python Image Library not being installed properly and it's a pain to install it on windows. Can we work around this/find a tutorial to install this module for windows?

shashankrao commented 11 years ago

Tried these? http://www.pythonware.com/products/pil/ http://arunrocks.com/workaround-to-easy-install-pil-on-windows/

architshukla commented 11 years ago

Second link is for when PIL is installed and it's not importing. So that's not applicable. I had tried the first link a few days back and I think I found the issue. It's a 32 bit installer. Some registry changes need to be made to install it. I'll look into it later.

architshukla commented 11 years ago

PIL was installed. Issue on my computer was that the Python's install directory in the registry was empty. The binaries at http://www.pythonware.com/products/pil/ worked fine.

Closing the issue.