Page MenuHomePhabricator

Reimplement MITK-Python-Service
Closed, ResolvedPublic

Description

The current implementation of the MITK-Python-Service has some weaknesses which should be removed.
First, it uses the CTKAbstractPython Manager, which itself uses PythonQT. This dependency should be removed (Could also be related to T23303).
Another point is that the image transfer to Python and from Python should be reimplemented.

Subtasks will be opened to address these points.