A more specific query ...

Chris Rebert clp2 at rebertia.com
Fri Feb 26 16:19:27 EST 2010


On Fri, Feb 26, 2010 at 12:45 PM, Gib Bogle
<g.bogle at 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



More information about the Python-list mailing list