Ask Your Question

cdd's profile - activity

2017-06-28 18:10:50 +0200 commented answer Dicom files with sage

Thank for that answer. I want to specify that I'm on Windows. I'm working with sage on virtualbox.

when i try to type what you asked, I have somethink like this:

Traceback (most recent call last): File "<stdin>", line 1, in <module> File "_sage_input_5.py", line 10, in <module> exec compile(u'open("___code___.py","w").write("# -- coding: utf-8 --\n" + _support_.preparse_worksheet_cell(base64.b64decode("LXBpcCBpbnN0YWxsIHB5ZGljb20="),globals())+"\n"); execfile(os.path.abspath("___code___.py")) File "", line 1, in <module>

File "/tmp/tmpMES0gZ/___code___.py", line 2 -pip install pydicom ^ SyntaxError: invalid syntax

2017-06-26 19:03:14 +0200 received badge  Student (source)
2017-06-26 17:19:30 +0200 asked a question Dicom files with sage

Hi everybody! Please is there a way to manage DICOM files with sage? This is possible with pure python, using pydicom. How to use this tool under sage?

Thank you in advance.