【发布时间】:2016-07-06 22:54:00
【问题描述】:
在我的机器 (Windows) 中,我可以使用我的 python 程序的可执行文件。但是如果我在另一个人(Windows)的机器上尝试,它就不起作用了。
该行的可执行块: 从 unqlite 导入 UnQLite
我已经修复了他对 packages 变量的依赖: options={'build_exe':{'include_files':includefiles,'packages': ['Cython'],'includes':['unqlite']}}
如果我查看它放置 exe 的文件夹,unqlite.pyd 就在那里......
【问题讨论】:
标签: python dll environment cx-freeze unqlite