Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #72007

Re: compiled cx_freeze

Date 2014-05-25 15:32 +0200
From Nagy László Zsolt <gandalf@shopzeus.com>
Subject Re: compiled cx_freeze
References <5381A5C1.6000003@shopzeus.com> <22f6643f690f49d7a88178eccb9477fc@exch.activenetwerx.com>
Newsgroups comp.lang.python
Message-ID <mailman.10295.1401024831.18130.python-list@python.org> (permalink)

Show all headers | View raw



>> 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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: compiled cx_freeze Nagy László Zsolt <gandalf@shopzeus.com> - 2014-05-25 15:32 +0200

csiph-web