Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generated exe's icon is not changed to configured icon file. #57

Open
garawaa opened this issue Jun 5, 2024 · 1 comment
Open

generated exe's icon is not changed to configured icon file. #57

garawaa opened this issue Jun 5, 2024 · 1 comment

Comments

@garawaa
Copy link

garawaa commented Jun 5, 2024

No description provided.

@muziing
Copy link
Owner

muziing commented Jun 10, 2024

Please add some information that describes the problem in detail:

  • What version of Python are you using?
  • On what operating system?
  • What is the file format of the icon?

There are two other things you can try:

  • Copy the generated PyInstaller package command to the system command line and run it directly. If that doesn't work, copy the output log messages here.
  • Install Pillow in your Python environment(pip install Pillow). The current Py2exe-GUI already has the ability to use Pillow to assist in determining the format of icon files, which is automatically enabled when from PIL import Image can be executed in your environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants