I've got a python program that is using a ridiculous amount of extensions, so I'm trying to set up a virtualenv for it. However, one of the libraries it uses is PIL. After installing it, I get an import error on PIL.
This problem has been identified at the link below, but the solution there does not work for me (possibly because I'm using windows? I don't know.)
The problem with installing PIL using virtualenv or buildout
I used easy_install on the repackaged package in a fresh virtualenv, with no luck. Does anybody have ideas what might be causing this, or where to look to diagnose the problem?