ImportError: cannot import name MAXREPEAT with cx_Freeze

后端 未结 6 657
梦谈多话
梦谈多话 2020-12-18 21:04

I\'m running into an issue with cx_Freeze when running a frozen application (works fine unfrozen).

When running the program it results in the following

6条回答
  •  情书的邮戳
    2020-12-18 21:53

    I was using cx_freeze 4.3.2 on my win 8 machine and it was always showing ImportError: cannot import name MAXREPEAT with cx Freeze if I ever tried to freeze a non built-in module, and once I downloaded version 4.3.1, it works, I'm able to freeze my all python 3.3 programs without any problem now.

提交回复
热议问题