Re: How to make a tkinter GUI work on top of a CUI program?

2014-01-04 Thread Beinan Li
Thank you so much Jerry. I should have read though the man page more carefully. The available online cscope tutorials never mentioned the line-oriented mode. On Sat, Jan 4, 2014 at 1:35 AM, Jerry Hill malaclyp...@gmail.com wrote: On Fri, Jan 3, 2014 at 9:44 PM, Beinan Li li.bei...@gmail.com

Re: How to make a tkinter GUI work on top of a CUI program?

2014-01-04 Thread Beinan Li
... and thanks to Chris too. Now I got the better idea how the subprocess module works. On Sat, Jan 4, 2014 at 11:29 AM, Beinan Li li.bei...@gmail.com wrote: Thank you so much Jerry. I should have read though the man page more carefully. The available online cscope tutorials never mentioned

How to make a tkinter GUI work on top of a CUI program?

2014-01-03 Thread Beinan Li
I know how to make a GUI program work on top of a console program like ls, which exits immediately. But some console programs have their own shell or ncurse-like CUI, such as cscope. So I figured that I need to first subprocess.popen a bidirectional pipe and send command through stdin and get

Future standard GUI library

2013-05-18 Thread Beinan Li
Not sure if this is the right place to talk about this. Even less sure if I can move this discussion to tkinter list, so here I am... I know this may sound a silly question because no one can see the future. But ... Do you think tkinter is going to be the standard python built-in gui solution as

Re: Future standard GUI library

2013-05-18 Thread Beinan Li
, May 18, 2013 at 1:40 PM, python-list-requ...@python.org wrote: -- Forwarded message -- From: Kevin Walzer k...@codebykevin.com To: python-list@python.org Cc: Date: Sat, 18 May 2013 11:32:04 -0400 Subject: Re: Future standard GUI library Hello, On 5/18/13 10:03 AM, Beinan