Re: print problem

2008-06-18 Thread Peter Pearson
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

Re: print problem

2008-06-17 Thread Chris
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

Re: print problem

2008-06-17 Thread Gabriel Genellina
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:

Re: print problem

2008-06-17 Thread Rich Healey
-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

Re: print problem

2008-06-16 Thread Gabriel Genellina
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

print problem

2008-06-16 Thread pirata
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 print out until after 10 seconds, all 10 dots come out together. I

Re: PythonWin Print Problem.. Build 210

2008-04-13 Thread Jaguillo
On Apr 13, 9:07 am, "Hutch" <[EMAIL PROTECTED]> wrote: > "Roger Upole" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > > > > > "Hutch" <[EMAIL PROTECTED]> wrote in message > >news:[EMAIL PROTECTED] > >> PythonWin has been a very good ide from early version thru 2.4. > > >> All

Re: PythonWin Print Problem.. Build 210

2008-04-13 Thread Hutch
"Roger Upole" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "Hutch" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> PythonWin has been a very good ide from early version thru 2.4. >> >> All work ok on THREE of my computers with THREE different HP printers. >> >>

Re: PythonWin Print Problem.. Build 210

2008-04-12 Thread Roger Upole
"Hutch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > PythonWin has been a very good ide from early version thru 2.4. > > All work ok on THREE of my computers with THREE different HP printers. > > Now comes 2.5. > Every thing seems to work the same except when I want to print out a

PythonWin Print Problem.. Build 210

2008-04-12 Thread Hutch
PythonWin has been a very good ide from early version thru 2.4. All work ok on THREE of my computers with THREE different HP printers. Now comes 2.5. Every thing seems to work the same except when I want to print out a copy of the source code of my project (about 38 pages) Version 2.5 acts like