Clive Bostock
Clive Bostock
> My changes aren't in pypi. So far it's just a pull request that @israel-dryer can merge into the main repository if he wants to. > > Unless the PR...
Is there a way to get the branch produced by @jshipley ?
I can only guess at the issue here - not much detail. Have you specified the full pathnames for both the -i -p ? Linux example: python3 theme_builder_setup.py -i /home/clive...
Please see README, which is updated - don't install from Code button. Download from the releaes link on the right hand side of the same page.
Same here: Linux Mint 20.1 Python 3.10
> Well as fair as I'm aware Customtkinter only works with 3.10+ on Linux so using venv still makes sense. I've had it working on Python 3.8 on my Linux...
Hello @Drac0666. It looks like you may have an unexpected environment setting. Perhaps the Locale is non Western European? Another possibility may be that it's because you are using Anaconda...
> ``` > PS E:\CTK\ctk_theme_builder> .\ctk_theme_builder > **Traceback (most recent call last): > File "E:\CTK\ctk_theme_builder\\controller\ctk_theme_builder.py", line 10, in > from view.control_panel import ControlPanel > File "E:\CTK\ctk_theme_builder\view\control_panel.py", line 3, in >...