Hello Guys sorry to bother you again. You've just been a great help in
the past. Here's my issue. I'm trying to run a df command parse the
percentage and then output that to a progress bar. Here's my current
code:
def CHNGRefresh(self):
per = os.popen("df /initrd/changes/|/bin/grep -o '.[0
On Mon, Mar 10, 2008 at 1:26 AM, Andreas Pakulat <[EMAIL PROTECTED]> wrote:
> On 09.03.08 16:21:05, JMiahMan wrote:
> >
> >
> > Andreas Pakulat-2 wrote:
> > >
> > > Thats because while you run your process the event loop is not run and
> > > thus no painting updates are being done. I suggest