Cx-freeze Error - Python 34
I have a Cx_Freeze setup file that I am trying to make work. What is terribly frustrating is that it used to Freeze appropriately. Now, however, I get the following error: edit
Solution 1:
You should install cx_freeze from this site. It contains an important patch that solves the problem (see this discussion for detailed).
Solution 2:
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.
Solution 3:
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.
Post a Comment for "Cx-freeze Error - Python 34"