Installing and using Python wrapped Remote Module

Thanks for all the nice words and the help :blush:.
itk-strain on pypy? Awesome!!! Thank you so much.
I will definitly try this. Is there a concern if a wrapped ITK is already build on the computer? Do i just need to rename WrapITK.pth to .bak in site-packages to make the custom build not interfere with it?

I think it was (ofcourse :-)) a mistake to import StrainPython module in addition to itk, since itk.StrainImageFilter is already there after importing itk. Now I imported itk only. That way it is also possible to use the Filter without specifying the used type like I did before in StrainPython.itkStrainImageFilterIVD22DD.New().

I think the errors I reported came from importing ITK modules (like StrainPython) in addtion to itk.

Again thank you so much.