Python 使用cx\U冻结生成时出错

Python 使用cx\U冻结生成时出错,python,cx-freeze,Python,Cx Freeze,我正在使用cx\u freeze生成exe。Python版本3.5.1。我面临以下错误。任何帮助都会很有帮助 copying c:\users\test\appdata\local\programs\python\python35\DLLs\_ssl.pyd -> build\exe.win-amd64-3.5\lib\_ssl.pyd copying c:\users\test\appdata\local\programs\python\python35\DLLs\pyexpat.pyd

我正在使用cx\u freeze生成exe。Python版本3.5.1。我面临以下错误。任何帮助都会很有帮助

copying c:\users\test\appdata\local\programs\python\python35\DLLs\_ssl.pyd -> build\exe.win-amd64-3.5\lib\_ssl.pyd
copying c:\users\test\appdata\local\programs\python\python35\DLLs\pyexpat.pyd -> build\exe.win-amd64-3.5\lib\pyexpat.pyd
copying c:\users\test\appdata\local\programs\python\python35\DLLs\select.pyd -> build\exe.win-amd64-3.5\lib\select.pyd
copying c:\users\test\appdata\local\programs\python\python35\DLLs\unicodedata.pyd -> build\exe.win-amd64-3.5\lib\unicodedata.pyd
copying C:\Users\test\virtuals\uat\lib\site-packages\win32\win32pdh.pyd -> build\exe.win-amd64-3.5\lib\win32pdh.pyd
copying C:\Users\test\virtuals\uat\Scripts\python35.dll -> build\exe.win-amd64-3.5\lib\python35.dll
copying C:\Users\test\virtuals\uat\lib\site-packages\pypiwin32_system32\pywintypes35.dll -> build\exe.win-amd64-3.5\lib\pywintypes35.dll
copying C:\Users\test\virtuals\uat\lib\site-packages\win32\win32wnet.pyd -> build\exe.win-amd64-3.5\lib\win32wnet.pyd
copying C:\Users\test\virtuals\uat\DLLs\sqlite3.dll -> build\exe.win-amd64-3.5\sqlite3.dll
error: [Errno 2] No such file or directory: 'C:\\Users\\test\\virtuals\\uat\\DLLs\\sqlite3.dll'

您使用的是哪一版本的cx_Freeze?请包含您的安装脚本和最少的代码,以便我们可以自己尝试重现该问题。