Greetings,
I am trying to create built-in sub modules.. I have read everything I can
on this subject..
And I've tried many many possible solutions.. And lost many hours actually
(blech).
Some of the e-mails in these newsgroups from long ago are quite
misleading.. Other e-mails on this topic s
on Thu Jan 15 2009, Ricardo Abreu wrote:
> Hello,
>
> How do I extract elements from a tuple that I receive from python?
> boost::python::tuple doesn't seem to have anything for that in its
> interface...
t[n]
is the nth element of tuple t.
--
Dave Abrahams
BoostPro Computing
http://www.b
Hello,
How do I extract elements from a tuple that I receive from python?
boost::python::tuple doesn't seem to have anything for that in its
interface...
Many thanks,
Ricardo Abreu
PS: I hope the message is not duplicate. I'm sorry if it is, I am having
problems with my client
___