Inria-Asclepios / medInria-public

Open-source part of the medInria software
https://med.inria.fr/
BSD 4-Clause "Original" or "Old" License
0 stars 9 forks source link

Python setup crash in call to add_dll_directory #828

Closed fcollot closed 8 months ago

fcollot commented 8 months ago

When using callMethod in pyncpp there is no need to convert the arguments to Python first (doing so will result in the object being converted twice, which is the equivalent of getting the boolean value of the object).