Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #50295

Re: the general development using Python

References (2 earlier) <CADa=u8eBApCQJ+SdTPoquZcm2yTm9+NXGx3j26C42JstPQW_bw@mail.gmail.com> <mailman.4472.1373404445.3114.python-list@python.org> <fc126edc-0c0e-4818-a1f3-a9e66d186fd1@googlegroups.com> <mailman.4480.1373415327.3114.python-list@python.org> <884377a7-7c95-4f2f-a52f-2e47f98b98d0@googlegroups.com>
From Joshua Landau <joshua@landau.ws>
Date 2013-07-10 05:12 +0100
Subject Re: the general development using Python
Newsgroups comp.lang.python
Message-ID <mailman.4484.1373429584.3114.python-list@python.org> (permalink)

Show all headers | View raw


On <some multitude of times>, CM <cmpython@gmail.com> wrote:
> What I was thinking of was that if you are going to sell software, you want to make it as easy as possible, and that includes not making the potential customer have to install anything, or even agree to allow you to "explicitly" install a runtime on their computer.  If the potential customer just sees, clicks, and installs, that should be the most they ought to have to do.

I don't really get what you are saying. Do you, or do you not, want it
installed?

> Also, many programs rely on 2-3 dependencies, and sometimes that is asking a lot of the end user to install.  (I know, I know, it shouldn't be...and with things like pip it really shouldn't be, but you know how it goes).
>
>> I responded (to some parts):
>> But why do they need to install it at all? If you're not installing
>> the .py file, then just include those dependencies in the archive --
>> .py files are tiny. If you are installing the .py with a setup.py
>> (like with the link I included), then just install them at the same
>> time.
>
> Maybe.  I'll have to think about it.  I'm referring to libaries as dependencies. So for example, though .py files are small, wxPython, for example, isn't tiny, nor are other libraries one might use.

Please excuse the fact I haven't done anything serious on Windows in
years so I'm not really sure what I'm saying. How does Windows deal
with dependencies?

It's going to have to be fetched at one point anyway, so that's either
at download-time, install-time or run-time. The first lets you just
add it to the archive, the second lets you deal with it through a good
standard distribution manager thing, the third is potentially crazy.
Hence, wutz za probem bruv?

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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