python - Pyinstaller add icon, launch without console for Mac -


this short question. have created package mac using pyinstaller , trying add icon it. trying program run without launching terminal user has no interaction terminal. keeing following cmd when running pyinstaller:

python pyinstaller.py --icon=group.ico --onefile --noconsole gesl_timetabler.py

i regular package (unix executable) , app. unix executable works , no processes run when double click app.

also, neither app, nor unix executable, has icon image displayed. sure trivial problem command pyinstaller, having difficulty figuring out mistake. me fix instructions above? thank you!

try using --windowed instead. far can tell they're same thing, might trick.

as icons, i've gotten work on console windows. doesn't carry on main gui window.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -