Mac OS 10.9.1; Python 3.3; PyQt5 I had some success with a Python2.7/PyQt4 app a few months back, but now it is converted to Python3.3/PyQt5 and cxfreeze ends with:
> File > "/Library/Frameworks/Python.framework/Versions/Current/lib/python3.3/shutil.py", > line 109, in copyfile > with open(src, 'rb') as fsrc: FileNotFoundError: [Errno 2] No such file or directory: 'libQtCore.dylib' It was no suprise that libQtCore was wanted and I thought it would just be a matter of setting LD_LIBRARY_PATH to point to it -- but I have looked everywhere and I cannot find a file "libQtCore.*" anywhere on this machine -- not in /usr, not in /Library/Frameworks, and not in the directory where Qt5.2 is installed. ("libQt*dylib" seems to have gone missing. Yet the app runs from the command line.) Could it be that Qt5 uses a different naming convention and the hooks.py has not caught up with it? ------------------------------------------------------------------------------ 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