MedicalImageAnalysisTutorials / SlicerCochlea

Multi-modal cochlea Images registration, segmentation and analysis
13 stars 4 forks source link

Fix build and add Python3 support #13

Closed jamesobutler closed 5 years ago

jamesobutler commented 5 years ago

This attempts to fix the failing build of SlicerCochlea for Slicer-Preview (aka nightly).

This also adds python 3 support. Updated code is expected to work with both Python2 and Python3. Therefore master branch here can be used for Slicer 4.10 and Slicer-Preview extension builds.

jamesobutler commented 5 years ago

@idhamari could you review this?

idhamari commented 5 years ago

Thanks for your comment, I already noticed that and I am updating all extension now to work both in python 2 and 3.

jamesobutler commented 5 years ago

Yes my commit https://github.com/MedicalImageAnalysisTutorials/SlicerCochlea/pull/13/commits/0b237d7654a4f7bd36556b2ef1b1d934220d76e2, should take care of the python 2 and python 3 compatibility.

idhamari commented 5 years ago

cool. thanks for your effort. A new update will come soon as I am changing some stuff.