convert file .py to .dmg on macos with two line code - Py2app

preview_player
Показать описание
convert file py to dmg on macos with two line code NẮNG BK
open terminal and past 2 line code
py2applet --make-setup MYAPP.py ( change myapp to yourname file .py)
Рекомендации по теме
Комментарии
Автор

The app gets successfully created but as I try and open it I encounter a fatal error: Python runtime not could be located.

DagonFF
Автор

this makes a .app file, not a .dmg file

pandaslibrary