Score:0

Icon not changing when using pyinstaller in Raspberry Pi 4

de flag

I'm using Raspberry Pi 4 with Raspbian OS and I executed the following commands to convert my python to an executable file:

pyinstaller Calculator3.py --onefile --icon="cuisine.ico"
pyinstaller -w -F -i "cuisine.ico" Calculator3.py
pyinstaller --onefile --icon="cuisine.ico" --clean Calculator3.py

The icon does not change to cuisine.ico, but it remains as the pyinstaller's default icon.

Any help?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.