Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22633
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <bahamutzero8825@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.061 |
| X-Spam-Evidence | '*H*': 0.88; '*S*': 0.00; 'subject:Python': 0.05; 'cpython': 0.07; 'subject:Windows': 0.10; 'windows': 0.19; 'of.': 0.21; 'header:In-Reply-To:1': 0.22; "i'd": 0.23; 'case,': 0.23; "i've": 0.24; 'header:User-Agent:1': 0.26; 'received:209.85.210.174': 0.30; 'received:mail- iy0-f174.google.com': 0.30; 'received:209.85': 0.32; 'message- id:@gmail.com': 0.32; 'received:google.com': 0.32; 'code': 0.32; 'received:209.85.210': 0.33; 'to:addr:python-list': 0.35; 'received:209': 0.35; 'test': 0.35; 'subject: (': 0.35; 'but': 0.37; 'subject:: ': 0.37; 'it.': 0.38; "didn't": 0.38; 'issues': 0.38; 'received:192': 0.39; 'help': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'received:192.168': 0.40; 'received:192.168.1': 0.40; 'skip:6 10': 0.62; 'freeze': 0.84; 'played': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=Vbxs+ShNW8KwQuFxZ2uEcTP1GkFnSFjEwy1KX2bsZNc=; b=sMMPjG4TFBrXsPC2Xh3ZsBSYUB+uoCuJr9TueAf8d0mcDqTVXWDYOjSpMZgNRmMOlL qoZ9vVHuBAzWpFtDL1nAdiGfFHI0n4ipfWBt2fNlNNglIsCZf/Zqj3mJRbTzHVhMsfc9 kZhP8NTJ0Hzf+rofHE6m2/EbKCJ1pUAjESkYMC3JkDz6Ty1KFXINPgVRI93uCA6qnhVi V9HhJkaVChSiynHfKCvh/E4g4bRpqRvMBoL+Wa/MmYg72pGR+houg4XLE+xp6g+NvZ7P L3yojUF98CG7EYOOZjYglG8RULx2tE6U3n281WRqfrkpRZiyWXsQJV74FnfhvqVOWgyt PS/w== |
| Date | Tue, 03 Apr 2012 15:23:46 -0500 |
| From | Andrew Berg <bahamutzero8825@gmail.com> |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 |
| MIME-Version | 1.0 |
| To | "comp.lang.python" <python-list@python.org> |
| Subject | Re: What is the best way to freeze a Python 3 app (Windows)? |
| References | <b8f530eb-5840-4f57-ad39-c9c9f0d7004c@12g2000vba.googlegroups.com> |
| In-Reply-To | <b8f530eb-5840-4f57-ad39-c9c9f0d7004c@12g2000vba.googlegroups.com> |
| X-Enigmail-Version | 1.4 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1294.1333484668.3037.python-list@python.org> (permalink) |
| Lines | 6 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1333484668 news.xs4all.nl 6886 [2001:888:2000:d::a6]:50837 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:22633 |
Show key headers only | View raw
cx_Freeze is the only program that can freeze py3k code that I know of. I didn't have any major issues with it, but I've only played with it. In any case, if you're going to roll your own, I'd be happy to help test it. -- CPython 3.2.2 | Windows NT 6.1.7601.17640
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
What is the best way to freeze a Python 3 app (Windows)? Paul Moore <p.f.moore@gmail.com> - 2012-04-03 13:01 -0700 Re: What is the best way to freeze a Python 3 app (Windows)? Andrew Berg <bahamutzero8825@gmail.com> - 2012-04-03 15:23 -0500
csiph-web