8000 Don't load distutils in the Python standard library (#234) · wolfmib/pyscript_tutorial@8490b88 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8490b88

Browse files
authored
Don't load distutils in the Python standard library (pyscript#234)
1 parent 204c099 commit 8490b88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyscriptjs/src/interpreter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ const loadInterpreter = async function (): Promise<any> {
420420
pyodide = await loadPyodide({
421421
stdout: console.log,
422422
stderr: console.log,
423+
fullStdLib: false
423424
});
424425

425426
// now that we loaded, add additional convenience functions

0 commit comments

Comments
 (0)
0