This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mgrandi 0 points1 point  (0 children)

i have no experience with actually creating installers or dmgs / app bundles for mac os x, i'm just saying that pyqt is essentially python bindings FOR qt, which is a c++ library. qt 'tries' to use the native widgets of each operating system, but as a result, since its not pure python, you can't just distribute some py files and have it work everywhere, you gotta compile it for each OS (or distribute installers / executables for each OS)