1
是Py2exe只是不支持Python3或者是有什麼錯Py2exe不工作的Python 3.5.1
build_exe my_script.py
是我在做my_script.py進口如下:
import os
import sys
import getpass
import hashlib
import platform
import base64
from cryptography.fernet import Fernet
但根據Py2exe.org上的文檔,他們說他們使用自動模塊查找器,因此您不必擔心特定的導入或任何其他問題。
想不通爲什麼我不斷收到這些錯誤
可能的重複[是否有py2exe版本與python 3.5兼容?](https://stackoverflow.com/questions/32963057/is-there-a-py2exe-version-thats-compatible-with-python- 3-5) – bastelflp