On 07/09/2010 01:13 PM, Les Schaffer wrote: > or need we only concern ourselves with the nuts behind the wheel:that > is, we the developers?
It never hurts to separate the data collection and visualization/analysis parts into separate programs. That way you can keep the critical, long-running data collection program running, and if you get an exception in the GUI because of some divide by zero programming error or some other problem, you can restart that part without impacting the overall system. -- http://mail.python.org/mailman/listinfo/python-list