Error executing the result of cx_freeze using pycrypto

ぐ巨炮叔叔 提交于 2019-12-24 15:40:54

问题


I am trying to freeze a Little python program using pycrypto library in Windows. Last version of everything including cx_freeze.

After running >python setup.py build apparently everything goes nice.

But running the exe file generated reports the following error : ImportError: cannot import name _AES

The error is reported by AES.py file which is part of pycrypto lybrary.

I have copied the pycrypto structure in the same directory where setup.py is and I played with the contents of setup.py making a lot of subtle changes but I always get the same error.

Does someone know what I am missing?

来源:https://stackoverflow.com/questions/19066437/error-executing-the-result-of-cx-freeze-using-pycrypto

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!