[C++-sig] Somewhat beginners error in using boost::python::list from C++?
28, key=@0xbfffef48) at /usr/local/include/boost/python/object_items.hpp:61 #6 0x0804af46 in main () at main.cpp:17 I really don't understand what I'm doing wrong. Do I need to resize the list before using append? The documentation
Re: [C++-sig] Somewhat beginners error in using boost::python::list from C++?
uary 2011 15:35:40 Stefan Seefeld wrote: > On 2011-01-15 09:01, Michael Wand wrote: > > int main() { > > > > boost::python::list myList; > > myList.append("foo"); > > myList.append("fork"); > > cerr<< "Prin