On Tue, 17 Jun 2008 04:46:38 -0300, Gabriel Genellina wrote:
> En Tue, 17 Jun 2008 04:10:41 -0300, Rich Healey escribió:
>> Gabriel Genellina wrote:
>>> En Tue, 17 Jun 2008 03:15:11 -0300, pirata <[EMAIL PROTECTED]> escribió:
>>>
I was trying to print a dot on console every second to indicates
On Jun 17, 8:15 am, pirata <[EMAIL PROTECTED]> wrote:
> I was trying to print a dot on console every second to indicates
> running process, so I wrote, for example:
>
> for i in xrange(10):
> print ".",
> time.sleep(1)
>
> Idealy, a dot will be printed out each second. But there is nothing
En Tue, 17 Jun 2008 04:10:41 -0300, Rich Healey <[EMAIL PROTECTED]> escribió:
> Gabriel Genellina wrote:
>> En Tue, 17 Jun 2008 03:15:11 -0300, pirata <[EMAIL PROTECTED]> escribió:
>>
>>> I was trying to print a dot on console every second to indicates
>>> running process, so I wrote, for example:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gabriel Genellina wrote:
> En Tue, 17 Jun 2008 03:15:11 -0300, pirata <[EMAIL PROTECTED]> escribió:
>
>> I was trying to print a dot on console every second to indicates
>> running process, so I wrote, for example:
>>
>> for i in xrange(10):
>> pr
En Tue, 17 Jun 2008 03:15:11 -0300, pirata <[EMAIL PROTECTED]> escribió:
> I was trying to print a dot on console every second to indicates
> running process, so I wrote, for example:
>
> for i in xrange(10):
> print ".",
> time.sleep(1)
>
> Idealy, a dot will be printed out each second. B