From aa680080b1a345dea659f7e322eaf13480b3ff8d Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Thu, 5 May 2022 11:43:52 -0600 Subject: [PATCH] Don't load distutils in the Python standard library --- pyscriptjs/src/interpreter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/pyscriptjs/src/interpreter.ts b/pyscriptjs/src/interpreter.ts index 578e732a506..d2a4623b626 100644 --- a/pyscriptjs/src/interpreter.ts +++ b/pyscriptjs/src/interpreter.ts @@ -420,6 +420,7 @@ const loadInterpreter = async function (): Promise { pyodide = await loadPyodide({ stdout: console.log, stderr: console.log, + fullStdLib: false }); // now that we loaded, add additional convenience functions