Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #50276
| References | <51f7f573-e4a6-4349-ae50-21de7780ed8c@googlegroups.com> <33fe3c46-9c2e-481a-8aa9-8411e1c32d02@googlegroups.com> |
|---|---|
| From | Joshua Landau <joshua.landau.ws@gmail.com> |
| Date | 2013-07-09 22:21 +0100 |
| Subject | Re: the general development using Python |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4474.1373404924.3114.python-list@python.org> (permalink) |
On 9 July 2013 05:46, CM <cmpython@gmail.com> wrote:
*I said*:
>> There are projects that "bundle" the CPython interpreter with your
>> project, but this makes those files really big.
>
> Maybe 5-20 MB. That's a lot bigger than a few hundred K, but it's not that important to keep size down, really.
Fair enough. It's not something I'd EMail to a friend, though.
*Chris Angelico said*:
>> Target the three most popular desktop platforms all at once, no
>> Linux/Windows/Mac OS versioning.
>
> Ehhh... There are differences, in, e.g., wxPython between the three platforms, and you can either do different versions or, more aptly, just fix these differences in your code with conditional statements ("if this is Win, do this, else do that").
I agree with Chris -- it doesn't take much to make a package
(depending on what you're doing) work on both Windows and Linux. It
takes a hell of a lot to make a .exe file work on both.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
the general development using Python ajetrumpet@gmail.com - 2013-07-08 18:45 -0700
Re: the general development using Python Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-09 02:59 +0100
Re: the general development using Python Chris Angelico <rosuav@gmail.com> - 2013-07-09 13:07 +1000
Re: the general development using Python Joel Goldstick <joel.goldstick@gmail.com> - 2013-07-08 22:13 -0400
Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-08 21:46 -0700
Re: the general development using Python Chris Angelico <rosuav@gmail.com> - 2013-07-09 15:03 +1000
Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-09 16:29 -0700
Re: the general development using Python Ian Kelly <ian.g.kelly@gmail.com> - 2013-07-09 02:41 -0600
Re: the general development using Python Chris Angelico <rosuav@gmail.com> - 2013-07-09 23:59 +1000
Re: the general development using Python Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-09 22:21 +0100
Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-09 16:38 -0700
Re: the general development using Python Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-09 22:13 +0100
Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-09 16:35 -0700
Re: the general development using Python Joshua Landau <joshua@landau.ws> - 2013-07-10 01:14 +0100
Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-09 19:16 -0700
Re: the general development using Python Chris Angelico <rosuav@gmail.com> - 2013-07-10 12:53 +1000
Re: the general development using Python Joshua Landau <joshua@landau.ws> - 2013-07-10 05:12 +0100
Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-09 21:49 -0700
Re: the general development using Python Joshua Landau <joshua@landau.ws> - 2013-07-10 06:49 +0100
Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-10 16:18 -0700
Re: the general development using Python Joshua Landau <joshua@landau.ws> - 2013-07-11 00:57 +0100
Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-11 11:37 -0700
Re: the general development using Python Ian Kelly <ian.g.kelly@gmail.com> - 2013-07-10 16:10 -0600
Re: the general development using Python Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-07-09 19:25 -0400
csiph-web