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

Hooks: Add hook for ttkwidgets #4484

Merged
merged 2 commits into from Nov 12, 2019
Merged

Conversation

RedFantom
Copy link
Contributor

ttkwidgets is a package that provides a set of custom widgets for Tkinter/ttk. Some of these widgets use custom images, located in the ttkwidgets/assets folder. These files are not copied by PyInstaller by default. Similarly to the situation with #4105 this causes some confusion (TkinterEP/ttkwidgets#34) and therefore I would like for a hook to be included with PyInstaller.

I have tested the hook and the files are copied correctly and the resulting executable runs properly after using PyInstaller with the hook.

@htgoebel htgoebel merged commit bd319ce into pyinstaller:develop Nov 12, 2019
@htgoebel
Copy link
Member

Thanks for this perfect pull-request. I just merged it.

@htgoebel htgoebel added the area:hooks Caused by or effecting some hook label Nov 12, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area:hooks Caused by or effecting some hook
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants