Hi Andre,

wow that was a *fast* fix!
And it works for my stripped down test case.
However, for my original use-case there still seems to be a problem:
It is in bitmap.py, imagedata method, in the part with
    if mode.endswith("A"):
and there in the
    if interleavealpha:
it complains about
   for values in zip(*[band.tobytes()
   TypeError: sequence item 0: expected str instance, int found

I don't have a simple test case right-now; I can try
to do that tomorrow (night - is going to be busy day tomorrow...).

Thanks again,

Arnd

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to