在我的机器(Windows)中,我可以使用我的 python 程序的可执行文件。但是如果我在另一个人的机器上尝试(Windows),它就不起作用。
该行的可执行块: from unqlite import UnQLite
我已经修复了他对包变量的依赖: options={'build_exe':{'include_files':includefiles,'packages': ['Cython'],'includes':['unqlite']}}
如果我查看它放置 exe 的文件夹,unqlite.pyd 就在那里......