israel-dryer / ttkbootstrap

A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
MIT License
1.99k stars 395 forks source link

ImportError: The 'jaraco' package is required; #405

Closed dgb2023tops closed 1 year ago

dgb2023tops commented 1 year ago

Desktop (please complete the following information):

OS Windows ttkbootstrap V 1.10.0

Describe the bug

Hi, I have attempted to create an exe file from my code using 'auto-py-to-exe'. However, after clicking the exe file the following message is returned (see image 1 below); ImportError: The 'jaraco' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.

I have added 'jaraco' under the Advanced section with 'atuo-py-to-exe' (see image 2 below)

But the issue still remains. I note issue #310 appears to be a similar issue and also issue #43.

Any suggestions on ways to address this would be greatly appreciated, thanks in advance.

To Reproduce

No response

Expected behavior

No response

Screenshots

Image 1 image

Image 2 image

Additional context

No response

dgb2023tops commented 1 year ago

My apologies for the newbie error. All that is needed, was to run the 'auto-py-to-exe' executable file from within the 'Scripts' folder within my python project folder under my user directory.

Done 💯 👍