RE: [Zope] I can't seem to get site-packages to work under Win32
I tried the files there and they still can't be found. Has anybody successfully installed PIL in Zope 2.5.1 under win32? Thanks -----Original Message----- From: Chris Withers [mailto:chrisw@nipltd.com] Sent: Wednesday, September 18, 2002 5:41 AM To: Friedlander Paul Cc: 'Dieter Maurer'; 'zope@zope.org' Subject: Re: [Zope] I can't seem to get site-packages to work under Win32 Friedlander Paul wrote:
When I try to import PIL (indirectly through sping) I get an error that it can't find the _imaging C libraries. The _imaging.pyd file is in the DLLs directory in ActiveState and it works fine there. I have tried many, many locations in the Zope installation (even in the system32 directory) and can't seem to find one that works.
Does anybody have an idea about this one?
Try putting it in Zope's lib/python folder. cheers, Chris
Has anybody successfully installed PIL in Zope 2.5.1 under win32?
Yep. I put the PIL folder into ZOPEROOT\lib\python, and the _imaging.pyd fole in ZOPEROOT\bin\lib\win32. I think I saw an email to that effect somewhere on a list. I also added the tcl83.dll and tk83.dll files to the ZOPEROOT\bin\DLLs folder because PIL needs the Tk stuff in there for some reason. Julian.
participants (2)
-
Friedlander Paul -
Julian Melville