File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change
1
+ Windows Registry Editor Version 5.00
2
+
3
+ [HKEY_LOCAL_MACHINE \SYSTEM\CurrentControlSet\Control\FileSystem]
4
+ "LongPathsEnabled"=dword : 00000001
Original file line number Diff line number Diff line change 2
2
自动安装并启动基于git管理的python程序。
3
3
4
4
# 特点
5
- - 一键启动python程序
6
- - 使用git自动更新
5
+ - 一键启动python程序,~~ 终极傻瓜包~~
6
+ - 使用git自动更新仓库
7
+ - 基于pywebio, webview和pyqt的GUI界面
7
8
- 允许使用不同的配置,管理不同python版本的不同仓库。
9
+ - 允许启动多个程序。
8
10
- 自动下载并安装python和pip包。
9
11
- 从Github仓库自动下载预配置文件
10
12
- 丰富的的自定义配置
11
- - 使用命令行选择/修改配置
12
13
# 使用
13
14
14
15
## 直接运行
18
19
19
20
你可能需要使用管理员权限运行。
20
21
21
- *** 不要打开除了Watt Toolkit之外的所有可能干扰网络连接的软件,包括Clash/游戏加速器 /网络连接管理/下载加速器等,它们会干扰SSL验证。***
22
+ *** 不要打开除了Watt Toolkit之外的所有可能干扰网络连接的软件,包括Clash/部分游戏加速器 /网络连接管理/下载加速器等,它们会干扰SSL验证。***
22
23
23
24
## 源代码运行
24
25
克隆仓库。
36
37
## 手动添加
37
38
按照软件内说明操作。同时按照` 设置配置 ` 中的说明填写。
38
39
40
+ # 故障排查
41
+ 频繁出现的故障:
42
+ 1 . 使用了网络代理软件导致ssl验证错误。** 必须关闭Clash/游戏加速器/网络连接管理/下载加速器**
43
+ 2 . 没有启用长路径支持导致路径超过上限。你可以运行EnableLongPath.reg解决此问题。如果你不信任该文件,你可以在如下链接中找到相同解决方案。
44
+ https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#enable-long-paths-in-windows-10-version-1607-and-later
45
+
46
+ 请注意,该方法仅支持Windows10-1607之后的版本。
47
+
48
+
39
49
# 设置配置
40
50
41
51
| 配置项| 内容| 默认值|
78
88
# 鸣谢
79
89
ALAS-EasyInstaller
80
90
GIA
91
+ pywebio
92
+ pywebview
93
+ pyqt
94
+ loguru
You can’t perform that action at this time.
0 commit comments