Re: compiled cx_freeze

2014-05-26 Thread Nagy László Zsolt



Let  Christoph know, he is very responsive and extremely helpful.
He did help. The new version is available on his site and it works. 
Thank you.

--
https://mail.python.org/mailman/listinfo/python-list


Re: compiled cx_freeze

2014-05-25 Thread Никола Вукосављевић
-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-
-- 
https://mail.python.org/mailman/listinfo/python-list


RE: compiled cx_freeze

2014-05-25 Thread Joseph L. Casale
 Anyone knows where to get a compiled cx_freeze that has already has this 
 patch?

http://www.lfd.uci.edu/~gohlke/pythonlibs/#cx_freeze
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: compiled cx_freeze

2014-05-25 Thread Nagy László Zsolt




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 moduleexec(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.
--
https://mail.python.org/mailman/listinfo/python-list


RE: compiled cx_freeze

2014-05-25 Thread Joseph L. Casale
 Unfortunately, this is buggy too. Here is a test output from a compiled 
 console exe created with the above version of cx freeze:

Let  Christoph know, he is very responsive and extremely helpful.
-- 
https://mail.python.org/mailman/listinfo/python-list