I asked this question on how to get python to work in my Ubuntu Terminal. After trying python file.pyw
. I was then given this error in the terminal: importerror: no module named _tkinter, please install the python-tk package
. I searched for this in google and ran accross this on stackoverflow. However when i run that in the terminal I get
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied_
E: Unable to lock administration directory, are you root? I am root.
Where do I go from here?
sudo
and see what happens :-) – bender Jan 17 '13 at 21:46