Hello, it seems that there is a problem when I try to show the Tango Test long64 image
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/guiqwt/image.py", line 549, in draw
dest, xMap, yMap)
File "/usr/lib/python2.7/dist-packages/guiqwt/image.py", line 1028, in draw_image
self.lut, self.interpolate)
TypeError: src data type must be one of the following: double, float, uint32, int32, uint16, int16, uint8, int8, bool
maybe a good fix should be to report a bug in guiqwt or to convert the non supported images format before calling guiqwt
Cheers
Fred
Taurus now tries to cast to (u)int64-->int32.
And I submitted a bug to guiqwt:
http://code.google.com/p/guiqwt/issues/detail?id=44