<div dir="ltr">Hi,<br><br>I can't get the SerieHelper_SetDirectory working:<br><br>>>> serie_helper = _gdcm.SerieHelper_New()<br>>>>_gdcm.SerieHelper_SetDirectory(serie_helper, r'c:\mydirectory')<br>
---------------------------------------------------------------------------<br>NotImplementedError                       Traceback (most recent call last)<br><br>C:\Program Files\ProcessExplorer\<ipython console> in <module>()<br>
<br>NotImplementedError: Wrong number of arguments for overloaded function 'SerieHelper_SetDirectory'.<br>  Possible C/C++ prototypes are:<br>    SetDirectory(GDCM_NAME_SPACE::SerieHelper *,std::string const &,bool)<br>
    SetDirectory(GDCM_NAME_SPACE::SerieHelper *,std::string const &)<br><br><br>Is this because the path string has to be wrapped into a std::string object? I don't see any such wrapper provided by gdcmpython.<br>
<br>Thanks for your help,<br><br>Pascal<br></div>