PyGTK Progress Bar of commands.getstatusoutput.
- by roaksoax
HI!
I've been trying to get a PyGTK Progress Bar working by tracking the progress of rsync. TO rsync I'm using commands.getstatusoutput.
Does anyone has an idea how to track the progress of rsync and display it on the PyGTK progress bar?
Thank you!