The error message:
In [1]:
import pydicom as dicomio
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-102814c2908e> in <module>()
----> 1 import pydicom as dicomio
ImportError: No module named pydicom
To install pydicom I used
conda skeleton pypi pydicom
conda build pydicom
Then uploaded to binstar and used conda install -c to download and install it again. It can now be seen in the anaconda environment.
Lindas-iMac:~ iMacLinda$ conda list -e | grep pydi
pydicom=0.9.9=py27_0
Thank you for your help.