Op zondag 8 december 2013 15:16:25 UTC+1 schreef Dave Angel:
> On Sat, 7 Dec 2013 23:45:06 -0800 (PST), Jean Dubois
>
> wrote:
>
> > This is what I get:
>
> > Traceback (most recent call last):
>
> > File "./feet2meters.py", line 2, in
>
> > from tkinter import *
>
> > File "/home/
>
> This is what I get:
>
> Traceback (most recent call last):
> File "./feet2meters.py", line 2, in
> from tkinter import *
> File "/home/jean/tkinter.py", line 2, in
> import Tkinter as tk
> ImportError: No module named Tkinter
>
From your original post I only changed the she-bang
On Sat, 7 Dec 2013 23:45:06 -0800 (PST), Jean Dubois
wrote:
This is what I get:
Traceback (most recent call last):
File "./feet2meters.py", line 2, in
from tkinter import *
File "/home/jean/tkinter.py", line 2, in
import Tkinter as tk
ImportError: No module named Tkinter
Regardle
Op zondag 8 december 2013 08:49:22 UTC+1 schreef Chris Angelico:
> On Sun, Dec 8, 2013 at 6:40 PM, Jean Dubois wrote:
>
> > coolens@antec2:~$ python3 feet2meters.py
>
> > ImportError: No module named Tkinter
>
>
>
> In Python 3, the module's named tkinter instead of Tkinter. You should
>
> b
Op zondag 8 december 2013 09:10:28 UTC+1 schreef Christian Gollwitzer:
> Am 07.12.13 17:52, schrieb Jean Dubois:
>
> > I'm trying to go through a tutorial on tkinter which has the code below as
> > an example. The only thing I see when running it is a little popup with
> > "Click mouse here to q
Am 07.12.13 17:52, schrieb Jean Dubois:
I'm trying to go through a tutorial on tkinter which has the code below as an example.
The only thing I see when running it is a little popup with "Click mouse here to
quit" which works as expected but always shows the following error-message.
However the
Op zaterdag 7 december 2013 19:23:30 UTC+1 schreef Cousin Stanley:
> >
>
> > The only thing I see when running it is a little popup
>
> > with "Click mouse here to quit" which works as expected
>
> > but always shows the following error-message.
>
>
>
> This seems to be left over f
On Sun, Dec 8, 2013 at 6:40 PM, Jean Dubois wrote:
> coolens@antec2:~$ python3 feet2meters.py
> ImportError: No module named Tkinter
In Python 3, the module's named tkinter instead of Tkinter. You should
be able to do the exact same import but with the lower-case name, or
if you need to support b
Op zaterdag 7 december 2013 19:12:50 UTC+1 schreef Dave Angel:
> On Sat, 7 Dec 2013 08:52:08 -0800 (PST), Jean Dubois
>
> wrote:
>
> > I'm trying to go through a tutorial on tkinter which has the code
>
> below as an example. The only thing I see when running it is a little
>
> popup with "
On 12/7/2013 1:12 PM, Dave Angel wrote:
On Sat, 7 Dec 2013 08:52:08 -0800 (PST), Jean Dubois
wrote:
I'm trying to go through a tutorial on tkinter which has the code
below as an example. The only thing I see when running it is a little
popup with "Click mouse here to quit" which works as expec
>
> The only thing I see when running it is a little popup
> with "Click mouse here to quit" which works as expected
> but always shows the following error-message.
This seems to be left over from an earlier post
where you were binding a mouse event to a tk label
Did you create a
On Sat, 7 Dec 2013 08:52:08 -0800 (PST), Jean Dubois
wrote:
I'm trying to go through a tutorial on tkinter which has the code
below as an example. The only thing I see when running it is a little
popup with "Click mouse here to quit" which works as expected but
always shows the following error
I'm trying to go through a tutorial on tkinter which has the code below as an
example. The only thing I see when running it is a little popup with "Click
mouse here to quit" which works as expected but always shows the following
error-message.
However the "main" window which should let you enter
13 matches
Mail list logo