Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #87053
| From | Christian Gollwitzer <auriocus@gmx.de> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Make standalone gui-enabled app for LINUX |
| Date | 2015-03-06 20:11 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <mdcu3k$4es$1@dont-email.me> (permalink) |
| References | <413fc3f5-38c3-4477-8495-366852e583e7@googlegroups.com> <mdahmv$i8i$1@dont-email.me> <0f6e6f37-60df-4683-8c2d-d4a0a34bf98b@googlegroups.com> |
Am 06.03.15 um 09:14 schrieb Mehdi: > On Friday, March 6, 2015 at 12:58:11 AM UTC+3:30, Christian Gollwitzer wrote: >> Use pyinstaller. It creates a "portable app", i.e. either single file or >> directory which can be run on (nearly) any system. However the resulting >> files can be awfully big. I use it with a relatively small program that >> depends on numpy/matplolib, and that pulls in ~100 MB worth of libraries. > > But i think pyinstaller doesn't work with python3. > Oops. you are right. I'm still using Python2. They announced "experimental python3 support" on the web page, though. Christian PS: Quoting fixed.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Make standalone gui-enabled app for LINUX Mehdi <mese1979@gmail.com> - 2015-03-05 09:31 -0800
Re: Make standalone gui-enabled app for LINUX Phil Thompson <phil@riverbankcomputing.com> - 2015-03-05 18:20 +0000
Re: Make standalone gui-enabled app for LINUX Christian Gollwitzer <auriocus@gmx.de> - 2015-03-05 22:27 +0100
Re: Make standalone gui-enabled app for LINUX Mehdi <mese1979@gmail.com> - 2015-03-06 00:14 -0800
Re: Make standalone gui-enabled app for LINUX Christian Gollwitzer <auriocus@gmx.de> - 2015-03-06 20:11 +0100
csiph-web