mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 19:25:35 -05:00
Don't load distutils in the Python standard library (#234)
This commit is contained in:
@@ -420,6 +420,7 @@ const loadInterpreter = async function (): Promise<any> {
|
||||
pyodide = await loadPyodide({
|
||||
stdout: console.log,
|
||||
stderr: console.log,
|
||||
fullStdLib: false
|
||||
});
|
||||
|
||||
// now that we loaded, add additional convenience functions
|
||||
|
||||
Reference in New Issue
Block a user