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


Groups > comp.lang.python > #71995

Re: compiled cx_freeze

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <hauzer@gmx.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'scripts': 0.03; '(even': 0.05; 'url:bitbucket': 0.05; 'compiler': 0.07; 'skip:p 60': 0.07; 'bug.': 0.09; 'pgp': 0.09; 'skip:t 60': 0.09; '-----begin': 0.16; '-----end': 0.16; ':-(': 0.16; 'files:': 0.16; 'gnupg': 0.16; 'hash:': 0.16; 'received:gmx.com': 0.16; 'sha1': 0.16; 'skip:0 60': 0.16; 'url:enigmail': 0.16; 'comment:': 0.16; 'extensions': 0.16; 'wrote:': 0.18; 'message-----': 0.19; 'version.': 0.19; '(the': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'received:192.168.1.100': 0.24; "i've": 0.25; 'compiled': 0.26; 'extension': 0.26; 'distribute': 0.26; 'signed': 0.27; 'header:In- Reply-To:1': 0.27; 'patch': 0.29; "i'm": 0.30; 'from:addr:gmx.com': 0.31; 'skip:i 60': 0.31; 'anyone': 0.31; 'run': 0.32; 'url:python': 0.33; 'guess': 0.33; 'could': 0.34; 'knows': 0.35; 'add': 0.35; 'building': 0.35; 'version': 0.36; 'version:': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'needed': 0.38; 'to:addr:python-list': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'manually': 0.60; 'ago.': 0.61; 'from:charset:utf-8': 0.61; 'you.': 0.62; 'here': 0.66; 'received:74.208': 0.68; '4.3.2': 0.84; 'actually,': 0.84; 'installer': 0.84; 'nagy': 0.84; 'skip:5 60': 0.84; 'url:81': 0.84; 'url:cpython': 0.84; 'url:rev': 0.84
Date Sun, 25 May 2014 12:01:28 +0200
From Никола Вукосављевић <hauzer@gmx.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 python-list@python.org
Subject Re: compiled cx_freeze
References <5381A5C1.6000003@shopzeus.com>
In-Reply-To <5381A5C1.6000003@shopzeus.com>
X-Enigmail-Version 1.6
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 8bit
X-Provags-ID V03:K0:n0qwKJK6mDaEsN400JV1/zqPN4hp1/ce/+/0q9m9zIKPxr4x6j9 nSavgFVFWCqhfApb9gu/Js84WEHdbppdGfnJzRe3YzW26VkztuIqVRscS615FfucvoiOKTR +eUdhEocHts4t8ouL3+8tO0jJ8QHs3LPz/1ZffpUdEgp0Uk9OycnTJNHEXK/YuYmI4OPf6j wLuIrMs7eqE0CKRQZr6vQ==
X-Mailman-Approved-At Sun, 25 May 2014 12:24:02 +0200
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.10287.1401013443.18130.python-list@python.org> (permalink)
Lines 46
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1401013443 news.xs4all.nl 2846 [2001:888:2000:d::a6]:47201
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:71995

Show key headers only | View raw


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 25.5.2014 10:11, Nagy László Zsolt wrote:
> Anyone knows where to get a compiled cx_freeze that has already has
> this patch?
> 
> http://hg.python.org/cpython/rev/7d20e30bd540 
> https://bitbucket.org/anthony_tuininga/cx_freeze/issue/81/python-34-venv-importlib-attributeerror
>
> 
> 
> The installer on the sourceforge site still has this bug. :-( I
> don't have the tools to compile it, and I cannot find any other
> place to download the patched version.
> 
> Thanks
Actually, I've built cx_freeze 4.3.2 (the current version is 4.3.3)
with that patch some time ago. I'm not sure how would I distribute it
to you. `setup.py install` still requires a compiler for building
extensions (even though they're already built), while wheels (and
eggs) don't distribute the scripts (cxfreeze, cxfreeze-postinstall,
cxfreeze-quickstart) needed to run cx_freeze. I guess you could
install the wheel, manually run cxfreeze-postinstall and then add the
.py extension to cxfreeze.

Here are the files:
https://www.dropbox.com/sh/ka8jyt5shyqn4t9/AACLTHMXHpsPsn5YeXCrWEBma
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJTgb94AAoJEB1x37R9kdwnmWcQAMg73yM9hDzAH3yJjDHtxlHP
PIBaOvg+7tNovAEjMXne3IBczZ7SrtwJW0smUT8j/GBMiGSSxUz4rydqAl2hAZ2A
EPGyOiIFEvQMutjvtyMRNTUT9G0IUXbCXy9+tnHcK9pIUbNOV9QGSfY5jlxNGH4P
ckssgi8GPYDUABwzxBlsrT2UZbSR2ef9JqPGgDn0c38b3YIWeHE3KYXP0zj4La/j
iw7XjEwe275HNC2QuDcXzFPIBwLTbf4swPHd4v16BtTOM0m476x+wEj/OOTcHzud
C8vMDKmxT3UIrrBxlWHVAQo+s1cUajYB9RuarsR3M6TOv+oMtncm2QJhtXyW/CzX
0SDqzFpekp3Ltpo3jU9aITR+BJHoSFsPp+ff4NoGNBW7zV/WpIS2rMagxHs4BzF5
HMcvknPE5bhCWk/hjF2i/jql8EZUpGi9d7xQIGZqXw+gpy6u0HIJa3nmCgTrruOI
TW3I3KprH1WcyEEIHJI58MUqoQ8C1I60BY/0sPtMIg/tn7wn8PyOCVDNalGJJ7DU
HVyE0r5i0n0cy2CfbZFLEs6D3Q9y0JdA1ITYL4uCQ/svMOR40+AmJhthxMpxF2Wl
5DA4GfNF/i7g6dZlToQcR+BpYSl9bk/6+C8R777q1VraYmL6b87Wg7jC3tG0kHB5
Fd7BNCFEX7Um/wMxIJ5x
=ZaSc
-----END PGP SIGNATURE-----

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


Thread

Re: compiled cx_freeze Никола Вукосављевић <hauzer@gmx.com> - 2014-05-25 12:01 +0200

csiph-web