使用cx_freeze工具打包时提示 AttributeError 'module' object has no attribute '_fix_up_module':

时间:2022-01-28 18:03:39



使用cx_freeze工具打包时提示 AttributeError 'module' object has no attribute '_fix_up_module':    这个是因为官方的cx_freeze工具本身的问题,在3.4版本上比较容易出现,所以可以在别的版本上打包或者使用添加了该问题patch的cx_freeze版本,链接如下:    http://www.lfd.uci.edu/~gohlke/pythonlibs/#cx_freeze


whl格式的文件是通过Python pip安装的,安装方式为 :

命令行下:

pip install  XXX.whl