Python Forum

Full Version: Distributing Python/Pygame code with CX_Freeze
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I'm trying to use CX_Freeze for distributing a Python app developed with Pygame.
Using *python setup.py bdist_dmg* for Mac, the resulting app isn't compatible with MacOS 10.15 which is current MacOS.
And for Windows, I've tried *python setup.py bdist_msi* but bdist_msi command isn't recognize by CX_Freeze even if I use the latest CX_Freeze version! ...

Does CX_Freeze really works ??
Is it the correct package for distributing a Python app on Mac or PC ?

Thanks for your help !
JFN
have you tried pyinstaller? home_page
As mention try Pyinstaller,here a post where test Pygame with Pyinstaller.