Re: [Tutor] Tk+Ipython unexpected behavior

2009-01-26 Thread Jörg Wölke
* Kent Johnson [090127 03:39]: > Yes, it is a text app that runs in a console window. It has many > features; my favorites are listed here: > http://personalpages.tds.net/~kent37/kk/00011.html The links on your page are broken: See: http://ipython.scipy.org/doc/manual/html/ In fact Ipython is so

Re: [Tutor] Tk+Ipython unexpected behavior

2009-01-26 Thread Kent Johnson
On Mon, Jan 26, 2009 at 8:17 PM, Alan Gauld wrote: > > "Kent Johnson" wrote > >>> I don't know what framework IPython uses >> >> None, it is an enhanced Python interactive shell, you should check it out! > > I've looked a couple of times at the web site but never bothered > downloading it. I got

Re: [Tutor] Tk+Ipython unexpected behavior

2009-01-26 Thread Alan Gauld
"Kent Johnson" wrote I don't know what framework IPython uses None, it is an enhanced Python interactive shell, you should check it out! I've looked a couple of times at the web site but never bothered downloading it. I got the impression it was a GUI shell window like PyCrust but from yo

Re: [Tutor] Tk+Ipython unexpected behavior

2009-01-26 Thread Kent Johnson
On Mon, Jan 26, 2009 at 5:41 PM, Alan Gauld wrote: > I don't know what framework IPython uses None, it is an enhanced Python interactive shell, you should check it out! Kent ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listin

Re: [Tutor] Tk+Ipython unexpected behavior

2009-01-26 Thread Alan Gauld
"W W" wrote the frame.quit method is bound to a quit button. When I double click the .py file to run it, it closes when the quit button is pressed. But with Ipython, when the quit button is pressed, it unblocks the Ipython input but doesn't actually quit the window. I don't know what fram

[Tutor] Tk+Ipython unexpected behavior

2009-01-26 Thread W W
Hi all, I'm going through "An Introduction to Tkinter" by Fredrik Lundh and came across (what seems to be) some slightly unexpected behavior. I'm editing the python file with my favorite text editor, and using the %run magic function in Ipython to test my program(s). On the second example(pg 4