ModuleNotFoundError: No module named 'customtkinter' #636
Replies: 9 comments 9 replies
-
@adambelbrik |
Beta Was this translation helpful? Give feedback.
-
Nevermind, i've added customtkinter folder to my project folder and its working! |
Beta Was this translation helpful? Give feedback.
-
You helped big time, thanks a million...
…On Tue, Nov 29, 2022 at 12:50 PM Akash Bora ***@***.***> wrote:
@McTwinky <https://github.com/McTwinky> There is a 'download zip' option
in the front page:
[image: demo]
<https://user-images.githubusercontent.com/89206401/204619163-3d25aedb-193b-4b54-9158-72af95fbf7bc.png>
After downloading, extract the file and copy the customtkinter folder to
the directory where you will work on your project.
—
Reply to this email directly, view it on GitHub
<#636 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4PHC2HMPYIHKDFG4NQP3JDWKZF6RANCNFSM6AAAAAASEMHSWQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hi sorry it took me a while to respond. I opened the cmd prompt and
entered: C:\Users\mip XXXXXXXXXXXX -m pip install --upgrade pip. find your
path to your python install and run the upgrade pip cmd. after it
uninstalled the old pip it auto installed the upgraded pip version. Then I
ran teh cmd in the terminal window: pip install customtkinter and a moment
later it installed the module: Successfully installed customtkinter-5.0.3
darkdetect-0.8.0. hope it helps Tom
…On Wed, Jan 4, 2023 at 7:42 AM The85Bastel ***@***.***> wrote:
Hi McTwinky I have the same problem. How did you resolved it. I`m running
pyhton 3.11. When I use the pip way it never finds the customtkinter module
—
Reply to this email directly, view it on GitHub
<#636 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4PHC2CRQMI6I5I2UJOOJMDWQV43NANCNFSM6AAAAAASEMHSWQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
sorry Tom, then install customtkinter from the package tab at the bottom of
your IDE
…On Thu, Jan 5, 2023 at 3:20 PM Mike Mexico ***@***.***> wrote:
Hi sorry it took me a while to respond. I opened the cmd prompt and
entered: C:\Users\mip XXXXXXXXXXXX -m pip install --upgrade pip. find your
path to your python install and run the upgrade pip cmd. after it
uninstalled the old pip it auto installed the upgraded pip version. Then I
ran teh cmd in the terminal window: pip install customtkinter and a moment
later it installed the module: Successfully installed customtkinter-5.0.3
darkdetect-0.8.0. hope it helps Tom
On Wed, Jan 4, 2023 at 7:42 AM The85Bastel ***@***.***>
wrote:
> Hi McTwinky I have the same problem. How did you resolved it. I`m running
> pyhton 3.11. When I use the pip way it never finds the customtkinter module
>
> —
> Reply to this email directly, view it on GitHub
> <#636 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A4PHC2CRQMI6I5I2UJOOJMDWQV43NANCNFSM6AAAAAASEMHSWQ>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***
> .com>
>
|
Beta Was this translation helpful? Give feedback.
-
Hello again, just to let you know that I had to add a customtkinter master
folder to my projects file to get it to work properly. Let me know if you
want a compressed copy of this file
regards
McTwinky
…On Wed, Jan 4, 2023 at 7:42 AM The85Bastel ***@***.***> wrote:
Hi McTwinky I have the same problem. How did you resolved it. I`m running
pyhton 3.11. When I use the pip way it never finds the customtkinter module
—
Reply to this email directly, view it on GitHub
<#636 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4PHC2CRQMI6I5I2UJOOJMDWQV43NANCNFSM6AAAAAASEMHSWQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I have the same problem... |
Beta Was this translation helpful? Give feedback.
-
i have same problem |
Beta Was this translation helpful? Give feedback.
-
I had the same problem, try changing the python interpreter under view/command palette in vs code |
Beta Was this translation helpful? Give feedback.
-
i need help, just installing the library using pip but am getting this error:
ModuleNotFoundError: No module named 'customtkinter'
Beta Was this translation helpful? Give feedback.
All reactions