Re: [C++-sig] [boost python] : how to pass a tuple of lists from python to C++

2020-02-08 Thread Stefan Seefeld
On 2020-02-08 12:07 p.m., HOUSSEN Franck wrote: I tried to play with extract::check() without much success : line 13 crashes !?... This is a very simple exemple : would like to get it to work. Could somebody help ? Still googling / searching for a solution You need to call np::initialize() in

Re: [C++-sig] [boost python] : how to pass a tuple of lists from python to C++

2020-02-08 Thread HOUSSEN Franck
I tried to play with extract::check() without much success : line 13 crashes !?... This is a very simple exemple : would like to get it to work. Could somebody help ? Still googling / searching for a solution Le ven. 7 févr. 2020 à 22:43, stefan a écrit : > > On 2020-02-07 4:06 p.m., HOUSSEN Fra