Skip to content

Icon images on PyInstaller #9

Closed Answered by Akascape
Tarufetti asked this question in Q&A
Discussion options

You must be logged in to vote

@Tarufetti
You have to pack the whole Ctkmessagebox folder (additional folder) in pyinstaller just like you did with customtkinter folder. You can find it under site-packages directory of python lib, or you can download the source code folder separately from the repo.

The main reason is that pyinstaller doesn't pack images or non-python files automatically.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Akascape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants