maoliangwu

Results 10 comments of maoliangwu

> Dear @maoliangwu > > Please show us the full test code > > If you show me the entire code you tested, we or someone can help you. //...

> Dear @maoliangwu > > Please show us the full test code > > If you show me the entire code you tested, we or someone can help you. Trust...

> 1️⃣ Is the file(c1.xlsx) in the **same path** as the executable program(*.exe)? > YES > ```c++ > // check current directory > qDebug() this is the output : [debug]...

> Can you show me whole test code? (All files including excel files. such as c1.xlsx) please get the whole test code by the follows.Thanks https://github.com/maoliangwu/worktest

> Thanks for reporting. > > 1️⃣ `c1.xlsx` uses strict format, not transitional mode. > > * See `workbook.xml` of c1.xlsx > > ``` > > xmlns="http://purl.oclc.org/ooxml/spreadsheetml/main" > xmlns:r="http://purl.oclc.org/ooxml/officeDocument/relationships" >...

但是我的私有registry却是有这个包的压缩文件。有什么其他的方法可以测试是否有这个包吗

syncbyinstall这个置为false不能阻止它去外网源上同步吗。我希望任何情况下都不要去外网源上安装,因为我的环境跟外网不通。请问有办法吗

好的,刚才试了一个没有依赖的库,可以安装。我把所有的包都同步下来试试看,谢谢啦

> 你可能还需要设置qt相关的路径 > > ``` > from distutils.sysconfig import get_python_lib > libpath = get_python_lib() > os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = os.path.join( > libpath, 'PyQt5', 'Qt', 'plugins', 'platforms') > os.environ['QML_IMPORT_PATH'] = os.path.join(libpath, 'Qt', 'qml')...

> 你可能还需要设置qt相关的路径 > > ``` > from distutils.sysconfig import get_python_lib > libpath = get_python_lib() > os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = os.path.join( > libpath, 'PyQt5', 'Qt', 'plugins', 'platforms') > os.environ['QML_IMPORT_PATH'] = os.path.join(libpath, 'Qt', 'qml')...