brython-dev / brython

Brython (Browser Python) is an implementation of Python 3 running in the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

first demo in intro documentation fails

clach04 opened this issue · comments

First demo in https://brython.info/static_doc/3.12/en/intro.html works on that page BUT copy/pasting into a demo html file will fail with:

ModuleNotFoundError: No module named 'browser.widgets' brython.js:10974:56

Using https://github.com/brython-dev/brython/releases/tag/3.12.3

From reading docs looks like this is due to missing brython_stdlib.js

Opened #2431