PIL _imaging

Fredrik Lundh fredrik at pythonware.com
Thu Jun 13 06:37:57 EDT 2002


"Cousin Stanley" wrote:

> I only have a single installation of Python :
> ... < K:\Python >
> ... Wed 06-12-2002 16:41:48.86 > python
> ... Python 2.2.1 (#34, Apr  9 2002, 19:34:33) [MSC 32 bit (Intel)] on win32
> ... Type "help", "copyright", "credits" or "license" for more information.
> ... >>>

and you are 100% sure that you're using a version
of PIL built for Python 2.2?

try importing the _imaging module directly, and see
what message you get:

    >>> import _imaging

</F>





More information about the Python-list mailing list