<div id="comment:0"></div> Since this upgrade of SymPy (especially by [this commit](https://github.com/sympy/sympy/commit/72420537f320d333b5302040adfe94f0c335af93)) the Mathics interface is broken: ```sage sage: slist = [[1, 2], 3., 4 + I] sage: mlist = mathics(slist) sage: mlist.sage() Traceback (most recent call last): ... NotImplementedError: conversion to SageMath is not implemented ``` Here we implement a fix of that. Component: **interfaces** Keywords: **Mathics inteface SymPy** Author: **Sebastian Oehms** Branch/Commit: **[`4302109`](https://github.com/sagemath/sagetrac-mirror/commit/430210987d14901f3ab33d83aff3bf704fad3502)** Reviewer: **Matthias Koeppe** _Issue created by migration from https://trac.sagemath.org/ticket/33584_