]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/PrintHeader.py
Trial to get gdcmPython working. demo/PrintHeader should now work.
[gdcm.git] / gdcmPython / demo / PrintHeader.py
index 65698538eff1ad68df5c3e75f740ddfafb411e2b..3239266fa9e658ff7dc4907f1a529716273e8e20 100644 (file)
@@ -21,7 +21,8 @@ except IndexError:
 #s = raw_input("Hit any key in this window to exit")
 
 ### Build the header element list
-toRead = gdcmHeader(FileName)
+print FileName, type(FileName)
+toRead = gdcm.Header(FileName)
 if not toRead.IsReadable():
    print "The ", FileName, " file is not readable with gdcm. Sorry."
    sys.exit()