[C++-sig] built-in submodule creation

2009-01-15 Thread Tim Prepscius
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

Re: [C++-sig] How to get items from a tuple

2009-01-15 Thread David Abrahams
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

[C++-sig] How to get items from a tuple

2009-01-15 Thread Ricardo Abreu
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 ___