Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Import Error module "pmw" from tkinter using Python 3 Debian

I try to import the module to work with Pmw tkinter Python 3 am using Raspberry-Pi, I get the following error.

from tkinter import *

import Pmw


importError: no module named "pmw"
like image 831
Rolant Espejo Avatar asked Aug 04 '26 14:08

Rolant Espejo


1 Answers

To import Pmw in python3 in Debian/Ubuntu systems, do the following:

$ sudo apt-get install python3-pip
$ sudo pip3 install pmw
like image 78
moser Avatar answered Aug 07 '26 05:08

moser



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!