I installed tkinter using the following request:
sudo apt-get install python3-tk
When I try to import the module using:
#!/usr/local/lib/python3.4
import tkinter as tk
The above two lines resulted in the following error condition (both IDLE and python3 shell)
ImportError: No module named tkinter
Wits end! - Any insight much appreciated. Thx Tankadere