Ich portiere meine Python-Anwendung von Python 2 auf Python 3. Da Python-3 ein Dienstprogramm bereitstellt 2to3
, das Python-2-Code in Python-3 konvertiert.
import builtins
Fehler geben als
ImportError: No module named builtins
Haben Sie eine Idee, um dieses Problem zu beheben?