What you said about why my code is wrong is still a bit fuzzy but it
worked!
--
http://mail.python.org/mailman/listinfo/python-list
greenflame wrote in news:1149305472.893535.67770
@h76g2000cwa.googlegroups.com in comp.lang.python:
> Ok so I played with your script. Here is a script that more closely
> mimics what I would like to do except that the way I make the variable
> deckstr will be different. The only thing I am confus
Ok so I played with your script. Here is a script that more closely
mimics what I would like to do except that the way I make the variable
deckstr will be different. The only thing I am confused about is that
it opens the second window in the beginning and when I click on the
button, it does nothin
greenflame wrote:
> I have a script that will make a window that shows the text I want
> using Tkinter. What I need to do is to make another window popup above
> the current window showing other text. I tryed:
>
> ---
> from Tkinter imprt *
>
> root = Tk()
>
> L = Label(root, text="Blah"
I have a script that will make a window that shows the text I want
using Tkinter. What I need to do is to make another window popup above
the current window showing other text. I tryed:
---
from Tkinter imprt *
root = Tk()
L = Label(root, text="Blah")
L.grid(row=0, column=0)
# Other lab