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 your module, i.e. insert

  `np::initialize();`

at the top of your `dummy` module definition.

Stefan
--

      ...ich hab' noch einen Koffer in Berlin...

_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
https://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to