Hi,
I've got the problem, that I've seen on many sites, but none of them
helped so far. My created webpage uses Django, Apache, Python2.7, PIL
1.2.7 (for Python 2.7) and mod_wsgi (for Python 2.7) running on
Windows - all the latest releases. PIL and mod_wsgi was already
compiled, i have'nt done it manually.

When I try to use imaging library in plain python, everything is
working, the _imaging library is successfully initialized. Sys.path is
correct and points the PIL library.

Using mod_wsgi the sys.path is also correct  (i've checked it by using
application script in wsgi file), but still the "The _imaging C module
is not installed" appears when when I try to use PIL.
When i try to load _imaging library in the wsgi file, the log in the
apache says "ImportError: DLL load failed" and that it cannot find the
module.

Does anyone know how to deal with this thing?

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to