osx - I want to share my python app as dmg or package? -


i have developed first .app mac, written in python , share .app friends.

i have converted python scripts via py2app. have 1 .app , compress .dmg file.

i share .dmg file guys , one, working fine. (he has python installed)

the other people can´t open .app file, error messages. after intensive search got it. have no python installed.

now question: how can include "one click python installation" in .dmg file (or package?!)

if create .dmg, can setup background image tells users move application /applications folder. if application needs no setup, preferred, or (mac os x created) .zip file it.

the package option better if additional setup, or scripts checking python dependencies, required.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -