Re: PIL implementation

2006-01-10 Thread Peter Hansen
arkestra wrote: > The error message is --> "Syntax error" and it highlights the last > "else" statement. You've got incorrect indentation, at least judging by what I see in my newsreader (Thunderbird), which clearly shows the else indented more than the corresponding if. Next time, please cut a

Re: PIL implementation

2006-01-09 Thread arkestra
The error message is --> "Syntax error" and it highlights the last "else" statement. thanks for the reply. -- http://mail.python.org/mailman/listinfo/python-list

Re: PIL implementation

2006-01-09 Thread arkestra
The error message is --> "Syntax error" and it highlights the last "else" statement. -- http://mail.python.org/mailman/listinfo/python-list

Re: PIL implementation

2006-01-07 Thread Claudio Grondi
circusdei wrote: > I wrote this snippet with the intention of -- capturing a section of > the screen whenever it changes. It could be implemented to log any > sort of messaging system ( by saving consecutive images eg. > 1.png...etc). > > #code > > import Image > import Imag

PIL implementation

2006-01-06 Thread circusdei
I wrote this snippet with the intention of -- capturing a section of the screen whenever it changes. It could be implemented to log any sort of messaging system ( by saving consecutive images eg. 1.png...etc). #code import Image import ImageGrab lastchatbound = (21, 504) + (