Anyone knows where to get a compiled cx_freeze that has already has this
patch?
http://www.lfd.uci.edu/~gohlke/pythonlibs/#cx_freeze
Unfortunately, this is buggy too. Here is a test output from a compiled console exe created with the above version of cx freeze:


Traceback (most recent call last):
File "C:\Python34\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in <module> exec(code, m.__dict__)
  File "backup.py", line 6, in <module>
File "X:\Python34\lib\importlib\_bootstrap.py", line 2214, in _find_and_load File "X:\Python34\lib\importlib\_bootstrap.py", line 2203, in _find_and_load_unlocked File "X:\Python34\lib\importlib\_bootstrap.py", line 1191, in _load_unlocked File "X:\Python34\lib\importlib\_bootstrap.py", line 1161, in _load_backward_compatible
AttributeError: 'module' object has no attribute '_fix_up_module'

This is clearly the aforementioned bootstrap bug.
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to