[SciPy-user] SciPy autotester fails on pilutil

josef.pktd at gmail.com josef.pktd at gmail.com
Wed May 6 15:52:54 EDT 2009


On Wed, May 6, 2009 at 11:05 AM, Tanja Gurzhiy <tanja.gurzhiy at gmail.com> wrote:
> Hi all,
>
>
>
> I am currently busy with SciPy 0.7.0 installation (I have NumPy v1.3.0
> installed and PIL v).
>
> If I run the scipy autotester (scipy.test()), I get the failure in testcase
> from scipy.misc
>
> ERROR: Failure: ImportError (No module named Image)
>

When I installed PIL, it added the file PIL.pth to the sitepackages
directory, which adds the pil directory to the python path, and so
``import Image`` works in the standard install (I'm on Windows).

Can you check if you have a PIL.pth? the content is just the word PIL
unless it works differently with your operating system.

Josef



More information about the SciPy-User mailing list