Re: [pygtk] Need help with spawn_async and callback

2011-09-07 Thread Tony Freeman
Hello Grant, Below is the entire bit of code I was working on at that time. Pay attention to the spawn_async stuff. Good luck! -- Tony #!/usr/bin/python ## THIS IS A GUI FRONT END TO THE adjust_grids.sh ## SCRIPT LOCATED IN

Re: [pygtk] Need help with spawn_async and callback

2011-09-07 Thread Tony Freeman
I should mention that my office is using RHEL5 ... so pygtk and associated are at the 2.10 version. On Wed, Sep 7, 2011 at 10:07 AM, Tony Freeman t0ny.fr33...@gmail.com wrote: Hello Grant, Below is the entire bit of code I was working on at that time.  Pay attention to the spawn_async stuff.

[pygtk] Dynamic update

2011-09-07 Thread ravi ravi
hello, I am developing a GUI using PYGTK. I am really puzzled on how to make my GUI update dynamically. I am working on a networking project. I am representing each node in the network with an image. My GUI does not update when the number of nodes change during run time. Please help me out