cx_Freeze and moving files around

旧时模样 提交于 2020-01-03 18:44:08

问题


In cx_Freeze, is it possible to move all pyd files and the library.zip to some subdirectory?

I can live with two dlls along with the exe but I'd rather hide 15 other files from my users, even if only in a subdirectory.


回答1:


That appears to be impossible. Use PyInstaller, py2exe, or py2app if possible. See also py2exe - generate single executable file.



来源:https://stackoverflow.com/questions/4381470/cx-freeze-and-moving-files-around

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!