PyWebIO
v1.4.0

Manual

  • User’s guide
  • pywebio.input — Get input from web browser
  • pywebio.output — Make output to web browser
  • pywebio.session — More control to session
  • pywebio.platform — Deploy applications
  • pywebio.pin — Persistent input
  • Advanced topic
  • Libraries support
  • FAQ
  • Release notes

Implement Doc

  • Server-Client communication protocol
PyWebIO
  • Docs »
  • FAQ
  • Edit on GitHub

FAQ¶

  • How to make the input form not disappear after submission, and can continue to receive input?

  • How to output an input widget such as a search bar?

  • Why the callback of put_buttons() does not work?

  • Why I cannot download the file using put_file()?

How to make the input form not disappear after submission, and can continue to receive input?¶

You can consider the pin module. It achieves persistent input by pinning input widgets to the page.

How to output an input widget such as a search bar?¶

You can consider the pin module.

Why the callback of put_buttons() does not work?¶

You might use the old version of PyWebIO, upgrade it to the latest version or see the old document

Why I cannot download the file using put_file()?¶

The reason is the same as above.

Next Previous

© Copyright WangWeimin Revision 5277a15b.

Built with Sphinx using a theme provided by Read the Docs.