On Thu, 2010-11-25 at 04:38 -0800, Santiago Caracol wrote: 
> how can I do something (e.g. check if new files are in the working
> directory) every n seconds in Python?

Use the Python Advanced Scheduler in your application - it is a great
little module.  Then you've solved every 'scheduler' issue your
application will ever have.
<http://packages.python.org/APScheduler/>
-- 
Adam Tauno Williams <awill...@whitemice.org> LPIC-1, Novell CLA
<http://www.whitemiceconsulting.com>
OpenGroupware, Cyrus IMAPd, Postfix, OpenLDAP, Samba

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

Reply via email to