RE: [PYTHON IMAGE-SIG] passing tuple to c and back
by aaron watters other posts by this author
Feb 13 1997 11:35AM messages near this date
Re: [PYTHON IMAGE-SIG] Transparency in TK
|
[PYTHON IMAGE-SIG] passing tuple to c and back
I'm unsure if this is causing your problem, but you should never
try to modify a tuple value after it has been properly initialized: maybe
the abstract.c functions you use are smart enough to know this so
they refuse to do the setitem... Actually this is pretty likely. If you
want to return a tuple you must make a new tuple and initialize it using
the tuple specific accessor functions, I think. -- Aaron Watters
_______________
IMAGE-SIG - SIG on Image Processing with Python
send messages to: image-sig@[...].org
administrivia to: image-sig-request@[...].org
_______________
|