[Tutor] tkinter in Python 3
Rohan S
roshah17 at gmail.com
Thu Aug 27 23:29:52 CEST 2015
I am trying to download a version of Pygame that is compatible with Python
2.7.10; when I try to run a simple program, I get an error message stating
that terms like "livewires", "Sprite", "pygame", and "screen", are
unresolved references, and so I assume that downloading pygame could solve
this problem. However, even after I downloaded it, the same messages still
appear. Might anyone have any alternatives or suggestions?
Thank you very much,
Rohan
On Thu, Aug 27, 2015 at 1:21 PM, Michael Thomas <murphy19804 at gmail.com>
wrote:
> I'm trying to move a Python 2.x program to Python 3.x. When I try to import
> tkinter I get the error message that no module _tkinter can be found. I've
> tried sudo apt-get install python-tk. While this command works, there is no
> difference in the result. This problem has only cropped up after I changed
> to Ubuntu 15.04. Does anyone have any suggestions?
> Thanks in advance for any help.
> Mike
> _______________________________________________
> Tutor maillist - Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor
>
More information about the Tutor
mailing list