ActiveState PPM probs

Thomas Weiner weiner at tu-harburg.de
Sat Apr 21 10:59:56 EDT 2001


Paul Prescod schrieb:
> 
> Tim H wrote:
> >
> > Yeah PIL doesn't seem to be there at all now.  If you do a search with no
> > parameters it shows a list of packages.
> 
> PIL is in the 2.1 repository now.

Thanks, but PIL raises an error:

>>> import Image
>>> hhb=Image.new('RGB',(72,72))
Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
  File "E:\Python21\PIL\Image.py", line 848, in new
    return Image()._makeself(core.fill(mode, size, color))
  File "E:\Python21\PIL\Image.py", line 43, in __getattr__
    raise ImportError, "The _imaging C module is not installed"
ImportError: The _imaging C module is not installed

and:

>>> import _imaging
Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
ImportError: Module use of python15.dll conflicts with this version of
Python.

Thomas



More information about the Python-list mailing list