Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime error on linux #33

Closed
fedorov opened this issue Sep 11, 2018 · 4 comments
Closed

Runtime error on linux #33

fedorov opened this issue Sep 11, 2018 · 4 comments
Labels

Comments

@fedorov
Copy link
Member

fedorov commented Sep 11, 2018

@che85 any chance you can look into this or suggest what could be going on?

image

@fedorov fedorov added the bug label Sep 11, 2018
@fedorov
Copy link
Member Author

fedorov commented Sep 11, 2018

This is happening in today's Slicer nightly / Quantitative Reporting

@fedorov
Copy link
Member Author

fedorov commented Sep 11, 2018

I think I see what is going on. Somehow, import dicom resolves differently on mac and linux. This appears to be a Slicer issue.

mac:

>>> import dicom
>>> print dicom
<module 'dicom' from '/Applications/Slicer.app/Contents/lib/Python/lib/python2.7/site-packages/dicom/__init__.pyc'>

linux:

>>> import dicom
>>> print dicom
<module 'dicom' from '/media/psf/Home/Desktop/DICOM4MICCAI-2018/DICOM4MICCAI-Software/Slicer-4.9.0-2018-09-10-linux-amd64/lib/

@fedorov
Copy link
Member Author

fedorov commented Sep 11, 2018

@fedorov
Copy link
Member Author

fedorov commented Sep 11, 2018

As resolved by @jcfr this problem was due to file system being not case sensitive.

@fedorov fedorov closed this as completed Sep 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant