我想使用PyInstaller打包測試Python項目。完整的源文件可在https://github.com/xilanma/ohohPyInstaller找不到模塊
它所做的只是導入aes和ecdsa模塊。當試圖打包在Windows上使用PyInstaller,它生成.exe文件,但是當我啓動的。exe,我得到以下錯誤:
C:\Users\ixcoin\dev\ohoh\dist>ohoh.exe
trying to import aes
Traceback (most recent call last):
File "<string>", line 4, in <module>
ImportError: No module named aes
完整的日誌,請https://github.com/xilanma/ohoh/blob/master/README.md#some-logs
有誰知道解決這個問題?我正在VirtualBox中使用Windows 7 x86進行測試。