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
Post a Comment