Comment #4 on issue 85 by
s.jodo...@gmail.com: Structures are not listed
http://code.google.com/p/dicompyler/issues/detail?id=85
Thanks for your answer. The version of pydicom was indeed the culprit: I
had installed the latest version of pydicom (0.9.8, presumably through
a "sudo easy_install pydicom" or so). After uninstalling pydicom 0.9.8 and
switching to 0.9.4-1 (the default version of Ubuntu 11.10), everything
worked properly.
Just a few hints that would be interesting to mention prominently on Dicom
homepage for Linux/Ubuntu (notably on the wiki page UbuntuInstall):
* The currently installed version of pydicom can be obtained through 2
equivalent commands:
`# pip search pydicom`
`# python -c "import dicom; print dicom.__version__"`
* To force pydicom 0.9.7 to be installed, type:
`# sudo pip install pydicom==0.9.7`
Finally, an additional suggestion: It would be really great to have a
warning when the version of pydicom is not supported when starting
Dicompyler. As written above, it should be quite easily achieved through a
test on the variable `dicom.__version__`.
Anyway, thanks for your great work on Dicompyler!
Regards,
Sébastien-