I was just getting around to that! Specifically in
/Library/Frameworks/Python.framework/Versions/Current/lib/python3.3/site-packages/PyQt5,
we get:

$ otool -L ./QtCore.so
./QtCore.so:
    libQtCore.dylib (compatibility version 0.0.0, current version 0.0.0)
    /usr/local/Qt-5.2.0/lib/QtCore.framework/Versions/5/QtCore
(compatibility version 5.2.0, current version 5.2.0)
    /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
version 60.0.0)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 1197.1.1)

Yep, there it is. Similarly, QtGui.so refers to libQtGui.dylib,
QtWidgets.so refers to libQtWidgets.dylib, and so forth. Every PyQt5
Qt*.so should have a matching libQt*.dylib, it appears.

I have checked again, used find for "libQt*dylib" all over the system,
in the Qt5 installation, /Library, /usr/, /System and there are only a
couple of hits, for QtLucene and QtQuick. None of the common ones.

If you can't think of anything right away, let it go for now and I
will ask about this mystery in the Qt forums. Thanks for your time!

------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to