Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
-1 votes
1 answer
95 views

Problems with py script, pyodide, API and queries

I'm doing a project, I need to print a weather forecast, it doesn't seem to give out an error code, but the page is empty. Nothing is output your text <!DOCTYPE html> <html> <head&...
Romario's user avatar
1 vote
1 answer
341 views

PyScript: running code blocks in between paragraphs in HTML?

I've been looking for a way to run interactive python code blocks on my personal website, and PyScript looked to be a good solution. However, it seems like PyScript is currently designed to always ...
Ematth's user avatar
  • 13
1 vote
1 answer
844 views

PyScript API fetch: "NetworkError when attempting to fetch resource" Error with pyfetch/pyodide.http

I receive this error: "JsException: TypeError: NetworkError when attempting to fetch resource" when opening my html file that renders py-script code. I have visited the numerous other posts ...
Colter's user avatar
  • 11
1 vote
1 answer
589 views

Can html with pyscript run python files without freezing everything on the webpage?

I am using pyscript to do image processing for a website I am making on hamming and reed solomon codes. It does however take a long time to load. I have a css loading animation but it freezes while ...
Liam's user avatar
  • 13
2 votes
1 answer
888 views

No module named 'theblockchainapi' in pyscript

I have wirtten some lines in python and want to integrate them into my website. As soon as I want to use them I recieve an error-message stating that the module can't be found: JsException(PythonError:...
24Doggi's user avatar
  • 59