Discussion:
[Pyublas] no vector<bool> converter?
Neal Becker
2010-03-03 18:25:50 UTC
Permalink
Is c++ pyublas::numpy_vector<bool> convertible to python?

TypeError: No to_python (by-value) converter found for C++ type:
pyublas::numpy_vector<bool>
Andreas Klöckner
2010-03-03 20:48:34 UTC
Permalink
Post by Neal Becker
Is c++ pyublas::numpy_vector<bool> convertible to python?
pyublas::numpy_vector<bool>
So far, no. But feel free to try and add a converter instantiation in
pyublas/src/wrapper/converters.cpp (Line 460) and see if it works. If it
does, let me know and I'll add it to git master.

Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.tiker.net/pipermail/pyublas/attachments/20100303/ca8070cb/attachment.pgp>
Loading...