Re: [Python 3.3.0] Getting tkinter to work on Python 3

2013-03-18 Thread Terry Reedy
On 3/18/2013 9:52 PM, Yves S. Garret wrote: Ok, it now seems to work. Weird. I had tk-dev installed (it seems) and then after I re-compiled my interpreter just now, it's working. If your previous compilation was before tk-dev was installed, it will not have compiled _tkinter properly. On PC

Re: [Python 3.3.0] Getting tkinter to work on Python 3

2013-03-18 Thread Yves S. Garret
On Monday, March 18, 2013 2:39:57 PM UTC-4, Lele Gaifax wrote: > "Yves S. Garret" writes: > > > I have. This is what I did and the result that I'm seeing. > > > > $ sudo apt-get install python3-tk > > You installed a "custom" python 3.3, didn't you? So it does not help > installing Ubuntu's pyt

Re: [Python 3.3.0] Getting tkinter to work on Python 3

2013-03-18 Thread Lele Gaifax
"Yves S. Garret" writes: > I have. This is what I did and the result that I'm seeing. > > $ sudo apt-get install python3-tk You installed a "custom" python 3.3, didn't you? So it does not help installing Ubuntu's python3-tk: your python3.3 interpreter won't even look into "system" packages. Mo

Re: [Python 3.3.0] Getting tkinter to work on Python 3

2013-03-18 Thread Yves S. Garret
I have. This is what I did and the result that I'm seeing. $ sudo apt-get install python3-tk [sudo] password for ysg: Reading package lists... Done Building dependency tree Reading state information... Done python3-tk is already the newest version. python3-tk set to manually installed. 0 upgraded

Re: [Python 3.3.0] Getting tkinter to work on Python 3

2013-03-18 Thread Ritchie Flick
Seems tkinter is missing in standard installation in ubuntu. Try: sudo apt-get install python3-tk On Mon, Mar 18, 2013 at 6:17 PM, Yves S. Garret wrote: > Hi. I'm having a problem trying to get this to work well. Basically, > whenever I try to > import tkinter, this is the issue that I have: >

[Python 3.3.0] Getting tkinter to work on Python 3

2013-03-18 Thread Yves S. Garret
Hi. I'm having a problem trying to get this to work well. Basically, whenever I try to import tkinter, this is the issue that I have: >>> import tkinter Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.3/tkinter/__init__.py", line 40, in import _tkint