关于pywebio中start_server的remote_access的3个问题 #293
Unanswered
zhangjin2012
asked this question in
Q&A
Replies: 1 comment 4 replies
-
remote_access功能依赖于ssh程序,这个程序在win10之后才内置到系统中,所以win10之前的系统都需要手动安装ssh程序才能使用。不过一些早期版本的win10也没有ssh,也需要手动安装。判断是不是由于缺少ssh导致的remote access不可用,只需要在终端里输入ssh命令,查看是否提示命令不存在即可。 目前remote access功能不限访问用户数和使用时长。不过由于服务器架设在国外,国内的某些地区可能被墙了或者访问速度比较慢 |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
王老师:
您好!首先非常感谢您及您的团队研发的pywebio包。在很大程度上减轻了我们开发python应用时在GUI上的工作量。
近几日,在利用pywebio写程序时发现一个问题:start_server函数的remote_access=True的功能,在win10家庭版在能够实现公网访问,但在win8和win10企业版上却不能。 故向请教您请教解答。
另外,临时公网访问功能同时最多可提供给几个人使用?
临时公网访问的临时时间长度是多少?
Beta Was this translation helpful? Give feedback.
All reactions