On 03/10/10 21:52, J wrote:
I'm working on a project and thought I'd ask for a suggestion on how
to proceed (I've got my own ideas, but I wanted to see if I was on the
right track)
<cut subprocess idea>
Well I can't speak with authority but I would go into similar lines, especially since you want to call an external program in the end anyway. Otherwise threading might have been an option.

Just make sure that all subprocesses are exited nicely before you are on the end of your script ;-)

--
mph
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to