Re: unexpected error from Python 3.3.0

2012-09-29 Thread Alexis Lopez-Garcia
Thanks for pointing me to the right direction. It seems that GetConsoleScreenBufferInfo() is indeed returning 0 and further investigation points to the error code 6 (ERROR_INVALID_HANDLE). No idea why this is so but just doing a while loop until the call gets a non-zero value seem to work as a fix.

Re: unexpected error from Python 3.3.0

2012-09-29 Thread Dave Angel
On 09/29/2012 10:19 AM, Alexis Lopez-Garcia wrote: > Hi. > > I installed Python3.3.0 with python-3.3.0.amd64.msi on a win7 machine. > > While using this funcion (see below) from a script called by double > clicking on the .py file I get a "invalid variable "right" referenced > before assignment" er