ArthurChan
ArthurChan
it seems signal.disconnect() will work, but with some slot parameter in won't. if it's one signal & one slot connection, just set the disconnect parameter void.
the same error occurred with module 'blis'
来信已收到!我会及时处理。
scripts下没有吗
好像是权限问题,目前项目代码是在C盘的, `Program Files(x86)` 文件夹下面,我把项目移动到其他的盘就没事,可以正常显示webview 我还写了一个小demo,使用webview显示同级目录的一个html文件,和PyStand.exe同目录下,也是可以显示的 而项目代码中的html文件相比PyStand.exe 在更深的目录中,在这台电脑上就不能显示 即使以管理员方式启动也不行
可能不是PyStand.exe 的问题,可能就是Qt 的webengineview的问题吧 我修改了项目代码的PyStand.exe 及其对应脚本的文件名称,程序正常运行,webview也能显示。。。