carlosqueiroz / pydicom

Automatically exported from code.google.com/p/pydicom
0 stars 0 forks source link

DICOM file read error #160

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Simple program to read a *.dcm file and display contents in it
PFA the sample file attached "TestFile.dcm"

What is the expected output? What do you see instead?
All the tags and attributes of file should be displayed instead it throws an 
exception as attached screenshot "ErroS.PNG"

What version of the product are you using?
Python 3.4.1

***NOTE***: any text or attached files posted with the issue can be viewed
by anyone. You are solely responsible to ensure that they contain no
confidential information of any kind.

Please provide any additional information below.

Original issue reported on code.google.com by wasi.2...@gmail.com on 17 Jun 2015 at 7:22

Attachments:

GoogleCodeExporter commented 9 years ago
We're over on github now .. .can you resubmit the issue over there? 
https://github.com/darcymason/pydicom/issues/new

I've tried the file and do not see the error myself in either python 3.4.2 or 
python 2.7.  But I'm on MacOS. 

Ah, wait ... after a search: https://wiki.python.org/moin/PrintFails.  It is 
likely a problem with the console that you are on not being able to display the 
character.

Original comment by darcymason@gmail.com on 23 Jun 2015 at 11:53