I&#39;m trying to debug the py2app recipe that handles sip on the mac. From what I see, it appears to be looking for:<br><br>&nbsp;sipconfig.Configuration(). qt_lib_dir<br><br>However, this attribute doesn&#39;t appear to exist anymore (that I can find). If it has indeed changed, is this information stored in another attribute somewhere else? 
<br><br>Also, it&#39;s looking for a environment variable called &#39;DYLD_LIBRARY_PATH&#39; that I don&#39;t seem to have set. I don&#39;t see any other env vars that would contain what that it seems to be looking for. Can anyone fill in the blanks here?
<br>