On 30 dic, 10:53, [EMAIL PROTECTED] wrote: > > I don't get the name - why "rgb to double"? This does not return a > > "double", but a long integer, > > actually it was to be of 'long' type not double..sorry again
Notice that a Python 'long' is an infinite range integer; the C 'long' type maps to Python 'int'. Perhaps you want the latter. -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list