Can read in the BMP data correctly ,but the size is not right?

Chris Angelico rosuav at gmail.com
Mon Apr 29 13:53:35 EDT 2013


On Tue, Apr 30, 2013 at 3:20 AM, Jimmie He <jimmie.he at gmail.com> wrote:
>         handle1.close

I haven't looked at the rest of the code, but be careful of this: You
aren't actually *calling* this function. That might be your problem
and it might not, but try fixing it (add the parentheses, even though
there's nothing to put in them) and see if that helps. Same with the
handle2.close at the end.

ChrisA



More information about the Python-list mailing list