Currently dicompyler does not work with pydicom 0.9.7 due to the way
Decimal data is handled. The workaround right now is to use pydicom
0.9.6.
FYI, I have gotten a patch working with pydicom 0.9.7, but it is
rather slow due to the conversion of decimals to floats.
You may also want to run dicompyler via the dicompyler_app.py script
as that is now the preferred way of running dicompyler.
Hope that helps,
Adit
I forgot to mention - if you are running from source or a tgz, then it
is dicompyler_app.py in the extracted folder. Otherwise, there should
be a command added to your path called dicompyler if you have
installed from the Python package.
I think main.py will still continue to work when installed via the
package, since the script expects the package to be installed.
Adit