You could start a Python shell, write "import pkg_resources" there to import it, then write just "pkg_resources" to see the module info such as where it was loaded from.
I have no idea where pkg_resources is installed. If I run python -c "import pkg_resources", I get nothing on the stdout. So I guess it can find it. I only have the problem when running mod_wsgi. Thx for your help Graham. Eric
-- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to modw...@googlegroups.com. To unsubscribe from this group, send email to modwsgi+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.