Best practise for Progress Bar in Python's PyGTK
- by Matthew Walker
I would like to get feedback on others' opinions of best practice for how to implement a progress bar in Python's PyGTK.
The work that the progress bar was to represent was very significant computationally. Therefore, I wanted the work to be done in a separate process (thus giving the operating system the possibility to run it on a different…