Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72007 > unrolled thread
| Started by | Nagy László Zsolt <gandalf@shopzeus.com> |
|---|---|
| First post | 2014-05-25 15:32 +0200 |
| Last post | 2014-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.
Re: compiled cx_freeze Nagy László Zsolt <gandalf@shopzeus.com> - 2014-05-25 15:32 +0200
| From | Nagy László Zsolt <gandalf@shopzeus.com> |
|---|---|
| Date | 2014-05-25 15:32 +0200 |
| Subject | Re: 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.
Back to top | Article view | comp.lang.python
csiph-web