Page MenuHomePhabricator

Use Python/C-API for execution of Python Code with MITK-Python-Service
Closed, ResolvedPublic

Description

The current implementation of the MITK-Python-Service uses the CTKAbstractPython Manager, which itself uses PythonQT.
This is a dependency which could be removed. Furthermore, it leads to some bugs like T25067.
That's why the Python/C-API should be used for the execution of Python Code.

Event Timeline

kahl triaged this task as Normal priority.Jun 23 2020, 4:55 PM
kahl created this task.

This task can be closed. Future work on this is done in T27923.

Deleted branch feature/T27500-use-PythonCApi-in-python-service.

Deleted branch feature/T27500-use-PythonCApi-in-python-service-V2.