Import Error when using cx_freeze with pythoncom

前端 未结 1 1095
被撕碎了的回忆
被撕碎了的回忆 2020-12-21 22:04

I have made a simple keylogger program in python. The program works perfectly with Python Interpreter. Then, I converted it into an executable using cx_freeze.

相关标签:
1条回答
  • 2020-12-21 22:49

    This problem was discovered after the release of cx_Freeze 5.0 and has since been resolved in the source. A new release will be made in the next week or two but in the meantime you can simply copy the file cx_Freeze/hooks.py from the source to your installation. The source can be found here:

    https://bitbucket.org/anthony_tuininga/cx_freeze/src/

    0 讨论(0)
提交回复
热议问题