Python3+PyInstall+Sciter的坎坷調試路(報錯缺少dll、html等文件)

1 調試過程 用Python3.6+Sciter+PyCharm寫了一個py測試腳本helloworld.py,該腳本中只含有一條語句「import sciter」。在PyCharm中運行之,未報錯。 #helloworld.py import sciter 然後將該腳本用PyInstaller打包成exe文件,打包程序pack.py如下: #pack.py from PyInstaller.
相關文章
相關標籤/搜索