I have developed an application with pyqt5 and it is working fine on windows but when i run this app on mac osx it's graphics are not working fine like the layout of the buttons, labels and other stuff are not showing perfectly.
I have created app in PyQt5 and using Cx_freeze i made executable for windows as well as mac osx.
I tried py2app also still on mac side my application is not working.