Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22633
| Date | 2012-04-03 15:23 -0500 |
|---|---|
| From | Andrew Berg <bahamutzero8825@gmail.com> |
| Subject | Re: What is the best way to freeze a Python 3 app (Windows)? |
| References | <b8f530eb-5840-4f57-ad39-c9c9f0d7004c@12g2000vba.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1294.1333484668.3037.python-list@python.org> (permalink) |
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