-
Hello again,
what is the best and easiest way to have multiple routes app?
Tried to use flask with `app.add_url_rule()` but for multiple routes got the error
> webio_view() can not be over write.
…
-
Hello,
I came across your package today. Looks like its quite intuitive. I just wanted to give it a shot and I tried the following based on an article from @khuyentran, however I just run into …
-
I configured nginx according to the example and now it can access the port I'm running the python script on but it gives me this error. What is the cause of this error?
![Screen Shot 2021-04-13 at …
-
**BUG描述**
Pyinstaller 打包时 静态资源 pywebio.html 未加载到打包目录下
手动添加后运行正常
**环境信息**
- 操作系统: Win 10 x64
- 浏览器及版本: Chrome 88.0.4324.104
- Python版本: 3.7.9
- PyWebIO版本: 1.0.3
-
Hey, pywebio is an awesome idea, thank you for that :)
Thanks to corona im regularly working remotely over ssh, and when I want to toy around with data, I usually generate html files that contain p…
-
If I want to put a file other than text e.g. image or CSV, how to do it? Can a good and clear demo be done?
-
**BUG描述**
The server got stuck when I trying to create an output before `start_server`
The original purpose is to make pywebio display an image, and once a button gets clicked the image will chang…
-
`input_group()` in the current version seems only support `input()` and `actions()`. To construct more user-friendly forms, the proposal is asking `input_group()` to also support all other functions. …
-
**BUG描述**
put_img 函数中 当图像来源是 PILImage 时, 其format 可能会是 None
比如 该实例是由 `Image.frombytes` 生成
**环境信息**
- Win10
- Chrome 89.0.4389.128
- 3.7.9
- 1.2.3
-
当移动端访问时,休眠会导致websocket断开
目前通过run_js功能,可以通过播放空音频的方式来防止移动设备休眠
个人觉得这是一个值得在set_env中,官方实现的功能