我试图将 PyEnchant 库包含到我的 exe 文件中。我该怎么做呢?
我一直在用 cx_Freeze 对此进行测试:
"C:\Python33\python.exe" "C:\Python33\Scripts\cxfreeze" "C:\Temp\CSV Viewver\csv_viewer.py" --base-name=Win32GUI --include-modules "pyenchant" --目标目录“C:\Temp\CSV Viewver\dist”
这不起作用:/
我正在使用:Python 3.3 (x86) / cx_Freeze 4.3.1 (x86) / pyenchant 1.6.5 (x86)