Cx-Freeze Error - Python 34

懵懂的女人 提交于 2019-12-03 06:47:20

You should install cx_freeze from this site. It contains an important patch that solves the problem (see this discussion for detailed).

Apparently this is a known issue with Cx_Freeze. BitBucket.

Apparently there is a compiling error that occurs. The bitbucket link lists the work-arounds.

Linus_30

I had the same issue and the solution by Northcat worked just perfectly. The issue of missing patch in the other cx_freeze came into picture while installing(some alert messages were thrown) it. It is this missing patch because of which the alerts were given. The new installation from this link had no such alerts while installing and it so worked fine.

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