[Tkinter-discuss] How to get PyopenGL work with Tkinter(as part of python 2.5)?

2008-04-24 Thread chenguang Zhang
I think this must be an old question, but I still raise it for I can't bear any more failures. I'm really frustrated when the error message as the following pops up again and again... "Traceback (most recent call last): File "poly.py", line 14, in from OpenGL.Tk import * File "D:\Python2

[Tkinter-discuss] Dynamic output of "DOS" command in tkinter

2008-04-24 Thread AbsoluteMatt
Hi Guys, This is my first post here and my first time developing a tkinter app - so please go easy:-) I have to say I have found it really nice so far, but am struggling on one point. What I want to be able to do is take a system command and "pipe" it to a scrollable window, however I would lik

[Tkinter-discuss] Listbox selection persistence

2008-04-24 Thread leegold
Hi, I guess there's something basic I need to know. Given the code below if I press the button and p and q is highlighted then close the window I get: Output: >>> [] ('15', '16') [] But the x does not seem to persist outside of the def selected() block. I want the final last button p

Re: [Tkinter-discuss] Dynamic output of "DOS" command in tkinter

2008-04-24 Thread Martin Franklin
AbsoluteMatt wrote: Hi Guys, This is my first post here and my first time developing a tkinter app - so please go easy:-) I have to say I have found it really nice so far, but am struggling on one point. What I want to be able to do is take a system command and "pipe" it to a scrollable windo