|
From: Sandro S. <st...@ke...> - 2011-03-15 15:02:09
|
Are python hackers still listening ?
I've been trying to figure _why_ SWFMovie.getRate returns None,
but had _no_ success.
Up to _wrap_SWFMovie_getRate the rate is extracted fine:
resultobj = SWIG_From_float((float)(result));
printf("WE ARE _STILL_ HERE, and returning %f\n", result);
return resultobj;
ie: I can see the correct value of 'result'.
But this python code prints None:
from ming import *
m = SWFMovie()
m.setRate(24.00)
print m.getRate()
Ideas ?
--strk;
What comes next is just spam, don't bother scrolling
|