[Image-SIG] Re: Bug Report: PIL 1.1.4 for 2.3

Fredrik Lundh fredrik at pythonware.com
Wed Feb 25 16:01:36 EST 2004


"hai wu" wrote:

> PIL 1.1.4 for Python 2.3 (Windows Only) does not work in Windows 2003
> server.
>
> The same installation shows that it works in Windows 2000 professional.
>
> The error message shows as follows:
> >>> import Image
> >>> import _imaging
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> ImportError: DLL load failed: The specified module could not be found.

are you using a build from PythonWare or effbot.org, or did
you get your 1.1.4 installer somewhere else?

try running python with the -vv option, and make sure that
it's trying to import the right _imaging module.

if you can, check the DLL dependencies.  the standard build
for Python 2.3 uses the following DLLs:

    KERNEL32.DLL
    USER32.DLL
    GDI32.DLL
    PYTHON23.DLL
    MSVCRT.DLL

(but Python itself uses most of those; if there's a problem with
one of them, you shouldn't be able to start Python either... hm).

</F>






More information about the Image-SIG mailing list