Access Object From 2 Applications or Fix Scheduler

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Mon Jul 16 05:22:18 EDT 2007


En Mon, 16 Jul 2007 06:04:07 -0300, Robert Rawlins - Think Blue  
<robert.rawlins at thinkbluemedia.co.uk> escribió:

> Now we may be able to avoid this if there is some type of file watcher
> function available in python, my second application could then just watch
> the XML file and as soon as a new one is available parse it itself. Is  
> that
> something you've heard of?

See this (the first solution works on any platform; others are Windows  
specific)
<http://tgolden.sc.sabren.com/python/win32_how_do_i/watch_directory_for_changes.html>
or try Google with those keywords.

-- 
Gabriel Genellina




More information about the Python-list mailing list