<div dir="ltr"><br>On Wed, Jul 30, 2008 at 6:15 PM, Mathieu Malaterre <span dir="ltr"><<a href="mailto:mathieu.malaterre@gmail.com">mathieu.malaterre@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><br></div>If this is ok with you and would like to stick to GDCM 1.3 for now, I<br>
would suggest you try to use the member function instead of the fake<br>
static member function, so you'll need an instance of the class.<br>
<br>
sh = gdcm.SerieHelper()<br>
sh.SetDirectory( '/tmp' )<br></blockquote></div><br>I use static functions because I don't see any SerieHelper object in the module<br><br>>>> _gdcm.SerieHelper()<br>Traceback (most recent call last):<br>
  File "<stdin>", line 1, in <module><br>AttributeError: 'module' object has no attribute 'SerieHelper'<br><br>Maybe something went wrong in the building process. I'll check this out.<br>
<br>Pascal<br></div>