Replies: 2 comments 2 replies
-
PyWebIO从1.3版本起就添加pin模块了,只是没有放到文档的导航栏里。你的问题感觉是缓存导致的,建议卸载开发版,安装v1.4正式版,然后在 |
Beta Was this translation helpful? Give feedback.
1 reply
-
获取pin组件的值需要以pin组件的name作为属性从 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
pin 模块还没发布,但 latest 和 1.4.0 版本的文档能看到,安装 dev 版之后使用 pin 报错。
python3 -c "import pywebio;print(pywebio.__version__)" >>> 1.4.0.dev2110240521
已经把 dev 版的
html
静态文件完全托管,使用时在
Safari 12.1.2
下报错(如下图),Chrome
正常,而其他 output、input 功能正常,只有 pin 模块的功能失败。Beta Was this translation helpful? Give feedback.
All reactions