Re: [Tutor] Interprocess communication

2011-12-06 Thread Alan Gauld
On 06/12/11 19:10, bod...@googlemail.com wrote: If you invoke the system 'cp' command though, it may > not be possible to have a progress bar because the > command will only talk back when it exits. Not if you use the -v (verbose) option. That slows it down but does provide a listing of every

Re: [Tutor] Interprocess communication

2011-12-06 Thread bodsda
python.org Date: Tue, 06 Dec 2011 19:04:01 To: Subject: Re: [Tutor] Interprocess communication On 06/12/11 17:17, George Nyoro wrote: > Hey guys, >Really want to thank all of you for helping and bearing with > some of us and the questions we ask around here. I was making a gtk &g

Re: [Tutor] Interprocess communication

2011-12-06 Thread Alan Gauld
On 06/12/11 17:17, George Nyoro wrote: Hey guys, Really want to thank all of you for helping and bearing with some of us and the questions we ask around here. I was making a gtk app sometime ago to copy files from a cd or dvd to my hard disk since the normal ubuntu copy thing would stop wh

[Tutor] Interprocess communication

2011-12-06 Thread George Nyoro
Hey guys, Really want to thank all of you for helping and bearing with some of us and the questions we ask around here. I was making a gtk app sometime ago to copy files from a cd or dvd to my hard disk since the normal ubuntu copy thing would stop when it encountered some error, so I needed