Ziad
Ziad
I believe that this is a bug with the customtkinter framework itself, not with the code I'm using, btw such issue doesn't exist when using the widget `CTkComboBox` in one...
> Hey @InsertX2k , I tried out your solution and was wondering if you could give me a hand. I added the piece of code you posted and im still...
> Hi @InsertX2k > > (I am entirely new to Python and still learning so bear with me) > > I have tried to use your code but it fails...
Try this and see if it works ```py # imports necessary to get the path where the files are extracted in import os import sys # initializing a variable containing...
> Didnt work for me, it still fails with the previous error message: > > PycharmProjects\customtkinter_venv\dist>test3.exe > Traceback (most recent call last): > File "test3.py", line 22, in > ModuleNotFoundError:...
> Try this pyinstaller --onefile --windowed --add-data "C:\Python313\Lib\site-packages\customtkinter;customtkinter" --hidden-import customtkinter .\yourProject.py > > Select your version Python path "C:\Python313" yes probably the issue was with the command line he used...