Skip to content

Commit

Permalink
Use full URL to xmltodict whl for pyodide loading
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Nov 27, 2024
1 parent 339b702 commit a72bf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www-zola/static/js/convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ _('[role=tab]').forEach(tab=> {
// Trying to execute code from pyplayready leads to an ImportError:
// cannot import name 'PaddedString' from 'construct' (/lib/python3.12/site-packages/construct/__init__.py)
const myPackages = [
"https://files.pythonhosted.org/packages/d6/45/fc303eb433e8a2a271739c98e953728422fa61a3c1f36077a49e395c972e/xmltodict-0.14.2-py2.py3-none-any.whl",
"https://files.pythonhosted.org/packages/ec/1a/610693ac4ee14fcdf2d9bf3c493370e4f2ef7ae2e19217d7a237ff42367d/packaging-23.2-py3-none-any.whl",
"https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl",
"https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl",
Expand All @@ -49,7 +50,6 @@ const myPackages = [
"https://files.pythonhosted.org/packages/e8/35/4a113189f7138035a21bd255d30dc7bffc77c942c93b7948d2eac2e22429/ECPy-1.2.5-py3-none-any.whl",
"protobuf",
// "micropip",
"xmltodict",
"/pssh-box-wasm/pyodide/construct-2.8.8-py2.py3-none-any.whl",
"https://files.pythonhosted.org/packages/41/9f/60f8a4c8e7767a8c34f5c42428662e03fa3e38ad18ba41fcc5370ee43263/pywidevine-1.8.0-py3-none-any.whl",
"https://files.pythonhosted.org/packages/aa/a2/27fea39af627c0ce5dbf6108bf969ea8f5fc9376d29f11282a80e3426f1d/pymp4-1.4.0-py3-none-any.whl",
Expand Down

0 comments on commit a72bf8d

Please sign in to comment.