Executing a python script while it is running

Grant Edwards invalid at invalid
Tue Jun 16 17:53:09 EDT 2009


On 2009-06-16, Zach Hobesh <hobesh at gmail.com> wrote:

> I have a batch file that calls a python script.
>
> This batch file is triggered by an outside application when the
> application completes a task.  The problem is that while the batch
> file (and pythons script) is running, the application will complete
> the next task, and try to call the batch file again (while it is
> already running)
>
> Hopefully that's not too confusing.

No, though you haven't explained why that's a problem.

> I'm not sure what direction to go with this, any help or
> nudges in the RIGHT direction would be greatly appreciated.

First, you have to explain what your problem is.

-- 
Grant Edwards                   grante             Yow! It's a hole all the
                                  at               way to downtown Burbank!
                               visi.com            



More information about the Python-list mailing list