Re: [C++-sig] How to use functionality of list.

2010-05-06 Thread vishal bayskar
Actually I need to extract the item present in the list, so I am trying to use methonds of list (just for an example I tried push_back in the below example). vishal bayskar wrote: > >>Both indexing suites provides interface very similar to Python >>containers. So the user will not have to lea

Re: [C++-sig] How to use functionality of list.

2010-05-06 Thread Roman Yakovenko
On Thu, May 6, 2010 at 10:24 AM, vishal bayskar wrote: > > Actually I need to extract the item present in the list, so I am trying to > use methonds of list (just for an example I tried push_back in the below > example). I don't understand why do you struggle. The "exposed via an indexing suite"

[C++-sig] "version mismatch?" because of libpython link problem?

2010-05-06 Thread Amos Anderson
Summary: I have a setup which works on Linux, but not OSX 10.6.3. I want my build system to build its own python, build boost linking to that python, build my extensions linking to boost, and then run my python application with my c++ extensions. I'm getting the "version mismatch" error, and I can'