[PyQt] %MappedType with non-class template arg?
Hans Meine
meine at informatik.uni-hamburg.de
Thu Sep 9 15:17:58 BST 2010
Hi,
I was happy when I saw that %MappedType supports templates, but then I
realized that I could not use it for my multi-dimensional array type [1] since
it does not support non-class arguments (integer dimension in my case).
Would that be hard to fix?
It would be helpful to at least find a workaround that allows me to hard-code
the dimension, but map different value_types at once.
Have a nice day,
Hans
[1] http://tinyurl.com/NumpyArray is what I am dealing with
More information about the PyQt
mailing list