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"
To import Pmw in python3 in Debian/Ubuntu systems, do the following:
$ sudo apt-get install python3-pip
$ sudo pip3 install pmw
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With