On Fri, Feb 26, 2010 at 12:45 PM, Gib Bogle <g.bo...@auckland.no.spam.ac.nz> wrote: > How can I interrogate Python to find out where it is looking to find the > PyQt4 DLLs in a Windows installation?
import sys print(sys.path) Cheers, Chris -- http://blog.rebertia.com -- http://mail.python.org/mailman/listinfo/python-list