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.
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.
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 2
Additional context
No response