[Python] function update at

Simone Federici s.federici a gmail.com
Dom 24 Ott 2010 23:17:31 CEST


import PyZenity
update = PyZenity.Progress(text='', percentage=0, auto_close=False,
pulsate=False)
 update(1)
update(2)
update(20)
update(100)





2010/10/24 franco93it <franco93it a gmail.com>

> Il giorno 24 ottobre 2010 18:54, Manlio Perillo <manlio.perillo a gmail.com>ha scritto:
>
>> Chiami la funzione ogni volta che hai eseguito uno step di calcolo.
>>
>> Ad esempio, se devi processare N files, chiamerai update dopo aver
>> processato ciascun file.
>>
>
> Il problema è chiamarla:
>  >>> update()
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> NameError: name 'update' is not defined
> >>>
>
> _______________________________________________
> Python mailing list
> Python a lists.python.it
> http://lists.python.it/mailman/listinfo/python
>
>
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: http://lists.python.it/pipermail/python/attachments/20101024/2bb84c69/attachment-0001.htm 


Maggiori informazioni sulla lista Python