<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1555" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=379500413-30092006><FONT face=Arial color=#0000ff size=2>Credo
anch'io sia un problema dell'IDE visto che da una PyShell funziona
correttamente.</FONT></SPAN></DIV>
<DIV><SPAN class=379500413-30092006></SPAN> </DIV>
<BLOCKQUOTE>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B>
python-bounces@lists.python.it [mailto:python-bounces@lists.python.it]<B>On
Behalf Of </B>Fredo Corleone<BR><B>Sent:</B> sabato 30 settembre 2006
13.58<BR><B>To:</B> python@lists.python.it<BR><B>Subject:</B> Re: [Python]
threading.Timer<BR><BR></FONT></DIV>
<DIV>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid"><BR>>
Volevo realizzare un piccolo programmino che ogni tot secondi esegue<BR>>
una determinata operazione. </BLOCKQUOTE>
<DIV><BR>Forse è un problema legato all'IDE, non saprei.<BR>Comunque se non ti
interessa il multithreading puoi considerare l'utilizzo <BR>di sched.<BR><A
onclick="return top.js.OpenExtLink(window,event,this)"
href="http://docs.python.org/lib/module-sched.html"
target=_blank>http://docs.python.org/lib/module-sched.html</A><BR><BR>import
sched, time<BR><BR>s = sched.scheduler(time.time,time.sleep)<SPAN
class=q><BR><BR>def hello():<BR> print "hello world"
<BR></SPAN> #s.enter(1,1,hello,()) per
ripetere<BR><BR>s.enter(1,1,hello,())<BR>s.run() </DIV><BR></DIV><BR></BLOCKQUOTE><BR>
<HR>
La mia Cartella di Posta in Arrivo è protetta con SPAMfighter<BR>278 messaggi
contenenti spam sono stati bloccati con successo.<BR>Scarica gratuitamente <A
href="http://www.spamfighter.com/go.asp?t=255">SPAMfighter</A>! </BODY></HTML>