When using py2exe, PyQt application cannot load SQlite database

后端 未结 3 613
轮回少年
轮回少年 2021-01-16 07:12

My PyQt application works fine when running on Linux, when in my Windows build environment, or frozen on the machine where it was build with py2exe. But after moving the fro

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-16 07:55

    Try to re-install SOLite, or verify if you have putted the DLL in the correct place, because i remember that the MySQL DLL have to be in System32 directory to develop something that uses it.

    Regards.

提交回复
热议问题