I have two problems, and I can't find anything about either of them.
The first is that PIL does not seem to have any way to search each and every
pixel for a value, like
for pixel in img:
if pixel = ((60, 30), (58, 23), (87 57)):
# Get out of the for loop
# Also, save the pixel
at 3:41 PM, Chris Rebert wrote:
> On Mon, Apr 13, 2009 at 1:34 PM, Vistro wrote:
> > I have two problems, and I can't find anything about either of them.
> > The first is that PIL does not seem to have any way to search each and
> every
> > pixel for a value, lik
Is there any good way of getting python to run on a blackberry 8830
world edition?
--
--
http://mail.python.org/mailman/listinfo/python-list
I want to download a message from my Gmail inbox with imaplib, then forward
(basically resend it) with smtplib. I can log in with both. I just need to
know how to download a message with imaplib, and what needs to be converted
into what to be able to send it with smtplib.
**
Hey, there. I've been coding in python for about three weeks now. I have
made basic games, tools to check forum PMs for me, and other general
utilities with python, but I'm now encountering problems.
http://ubuntuforums.org/archive/index.php/t-511211.html
I want to do that, and I have installed b
-- Forwarded message --
From: Vistro <[EMAIL PROTECTED]>
Date: Wed, Aug 27, 2008 at 7:43 PM
Subject: Re: no string.downer() ?
(Hopefully this one makes its way to the list...)
I usually use this
If take the string that needs to be converted to lowercase, (should have a
va
A Reinstall seems to have done nothing...
On Thu, Aug 28, 2008 at 4:49 AM, Gabriel Genellina
<[EMAIL PROTECTED]>wrote:
> En Wed, 27 Aug 2008 21:17:22 -0300, Vistro <[EMAIL PROTECTED]> escribi�:
>
> Hey, there. I've been coding in python for about three weeks now.
I used that code before, and it did not do what it needed to do. If you are
just sending text, this usually works for me.
def sendMail():
## Parameters for SMTP session
port=587
SMTPserver= 'smtp.gmail.com'
SMTPuser= 'gmail username, which is your gmail address'
pw= 'your gma