Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72007
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <gandalf@shopzeus.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.065 |
| X-Spam-Evidence | '*H*': 0.88; '*S*': 0.01; 'output': 0.05; 'attribute': 0.07; 'bootstrap': 0.07; 'skip:" 60': 0.07; 'bug.': 0.09; 'buggy': 0.16; 'exe': 0.16; 'header:User-Agent:1': 0.23; 'compiled': 0.26; 'skip:" 40': 0.26; 'url:edu': 0.26; 'skip:_ 20': 0.27; 'header:In-Reply-To:1': 0.27; 'to:2**1': 0.27; "skip:' 10": 0.31; 'too.': 0.31; 'anyone': 0.31; 'file': 0.32; '(most': 0.33; 'skip:_ 10': 0.34; 'created': 0.35; 'knows': 0.35; 'test': 0.35; 'version': 0.36; 'to:addr:python-list': 0.38; 'recent': 0.39; 'to:addr:python.org': 0.39; 'skip:u 10': 0.60; 'received:62': 0.63; 'here': 0.66; 'received:192.168.13': 0.84; 'received:192.168.13.238': 0.84; 'received:62.179': 0.84; 'received:62.179.121': 0.84; 'received:edge03.upcmail.net': 0.84; 'received:upcmail.net': 0.84 |
| X-SourceIP | 86.101.30.243 |
| Date | Sun, 25 May 2014 15:32:24 +0200 |
| From | Nagy László Zsolt <gandalf@shopzeus.com> |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
| MIME-Version | 1.0 |
| To | "Joseph L. Casale" <jcasale@activenetwerx.com>, python-list@python.org |
| Subject | Re: compiled cx_freeze |
| References | <5381A5C1.6000003@shopzeus.com> <22f6643f690f49d7a88178eccb9477fc@exch.activenetwerx.com> |
| In-Reply-To | <22f6643f690f49d7a88178eccb9477fc@exch.activenetwerx.com> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10295.1401024831.18130.python-list@python.org> (permalink) |
| Lines | 25 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1401024831 news.xs4all.nl 2949 [2001:888:2000:d::a6]:56908 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:72007 |
Show key headers only | 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
Re: compiled cx_freeze Nagy László Zsolt <gandalf@shopzeus.com> - 2014-05-25 15:32 +0200
csiph-web