You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
Any ideas how to overcome this error message?
Traceback (most recent call last):
File "C:\kivygui\toe.py", line 2, in <module> from kivymd.app import MDApp ModuleNotFoundError: No module named 'kivymd'
I've been following John Elder's codemy.com Python/Kivy course and I'm getting the error trying to run his toe.py / toe.kv code from Git Bash. His code is here: https://bit.ly/325u72Q and the relevant YouTube video is here: https://youtu.be/OoNO6GWhHZY.
echidne
unread,
May 3, 2023, 3:20:24 AM5/3/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
Hi,
kivyMD is not part of kivy. Have you checked that kivyMD is correctly installed in your environment (docs kivyMD )?
John Thomas
unread,
May 3, 2023, 7:54:28 AM5/3/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kivy users support
Thanks of the tip. I'll be able to check tomorrow.