error:"_imaging C module is not installed"

Fredrik Lundh fredrik at pythonware.com
Wed Mar 20 14:08:07 EST 2002


Rodney Loisel wrote:

> Have 2 files (_imaging.pyd and _imagingtk.pyd) which I assume are the
> C imagaging modules and have put copies of them in all the directories
> that they might be accessed in

for some more clues, try this:

c:> python -v
Python 2.2.1c1 ...
>>> import _imaging

and see what happens.

</F>





More information about the Python-list mailing list