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


Groups > comp.lang.python > #72007 > unrolled thread

Re: compiled cx_freeze

Started byNagy László Zsolt <gandalf@shopzeus.com>
First post2014-05-25 15:32 +0200
Last post2014-05-25 15:32 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#72007 — Re: compiled cx_freeze

FromNagy László Zsolt <gandalf@shopzeus.com>
Date2014-05-25 15:32 +0200
SubjectRe: compiled cx_freeze
Message-ID<mailman.10295.1401024831.18130.python-list@python.org>

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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web