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

Icon file causes build errors on Linux #5

Open
cbspace opened this issue Nov 9, 2022 · 0 comments
Open

Icon file causes build errors on Linux #5

cbspace opened this issue Nov 9, 2022 · 0 comments
Assignees

Comments

@cbspace
Copy link

cbspace commented Nov 9, 2022

When building on Linux (Kubuntu 22.04 / python 3.10) the build fails. Removing the icon property (MicrolokIIDesignHelperGUI.ui - line 5) allows a successful build without the icon.

The icon can be successfully included by changing the property name from iconbitmap to iconphoto:
<property name="iconphoto">MLKIIDesignHelperLogo_Large.ico</property>

Suggest to use the above alteration if it works on Windows. In order for this to work I had to add the following packages with apt:
sudo apt-get install python3-pil python3-pil.imagetk
Therefore python pil (pillow) / imagetk may need to be added to the Windows build also.

@danntran danntran self-assigned this Nov 9, 2022
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