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

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


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

$ sudo apt-get install python3-pip$ sudo pip3 install pmw


Tkinter is tkinter (no capital T) in python 3 so just change the 'T' to 't', or vice versa for earlier version.