<div dir="ltr">Hi,<div><br></div><div>just installed the latest PyQt4 release (4.11.3) on MacOSX and could not impot PyQt4 afterwards in python. Turns out it decided to place itself into /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages, however that directory is not in sys.path after starting Python.</div><div><br></div><div>sip on the other hand (installed just before, version is 4.16.6) put itself into /Library/Python/2.7/site-packages and that is part of sys.path.</div><div><br></div><div>I guess this isn't intended? Where does PyQt gather the default installation directory from?</div><div><br></div><div>Andreas</div><div><br></div><div>PS: Passing -d /Library/Python/2.7/site-packages worked fine of course.</div></div>