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 l
n Sat, May 18, 2013 at 1:40 PM, wrote:
>
>
> -- Forwarded message --
> From: Kevin Walzer
> 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
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 re
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 wrote:
> On Fri, Jan 3, 2014 at 9:44 PM, Beinan Li wrote:
> > But some console
... 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 wrote:
> Thank you so much Jerry.
> I should have read though the man page more carefully.
> The available online cscope tutorials never mentioned