Initial commit of WQ_GUI

This commit is contained in:
2026-04-08 15:25:08 +08:00
commit 91e36407ae
302 changed files with 40872 additions and 0 deletions

11
tset.py Normal file
View File

@ -0,0 +1,11 @@
import os
import sys
from ctypes import cdll
# 查找 pyexpat.pyd 的位置
import xml.parsers.expat
print(xml.parsers.expat.__file__)
# 使用 Dependency Walker 或 dumpbin 检查
# 在命令行中运行:
# dumpbin /dependents C:\Users\HL\.conda\envs\WQ10\Lib\site-packages\pyexpat.pyd