On 2017-01-25 20:23:35 +0000, Andreas Paeffgen said: > The setup script + all the source code can be found on github: > https://github.com/apaeffgen/PanConvert > > PyQT5.3, QT5.3, cxfreeze 5.0.1 > > After freezing the code with cxfreeze 5.0.1 on Windows, the translation > works as expected. > On MacOS the files are copied to the source directory, but i suspect, > the .qm files are not loaded correctly. The translation does not work > here > > How to find out, why on MacOS the translation files are not loaded in > the binary?
One error, that could be related to this is: create_plist() setRelativeReferencePaths() install_name_tool: input file: build/PanConvert-0.2.2.app/Contents/MacOS/Panconvert_de.qm is not a Mach-O file install_name_tool: input file: build/PanConvert-0.2.2.app/Contents/MacOS/Panconvert_es.qm is not a Mach-O file Maybe the links to these files are not made and the executable can not find them. They are copied by the way. Maybe the include function does not work as expected? ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ cx-freeze-users mailing list cx-freeze-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cx-freeze-users