Re: [Pythonmac-SIG] Building plans .....

2020-03-16 Thread Christopher Barker
On Mon, Mar 16, 2020 at 3:55 PM Jack Jansen wrote: but "conda" is a package management tool, a bit like yum or apt in the Linux world, or Brew, for that matter. except that: * It provides management of isolated "environments", so you can have a different collection of software and libraries, all

Re: [Pythonmac-SIG] Building plans .....

2020-03-16 Thread Jack Jansen
> > but "conda" is a package management tool, a bit like yum or apt in the Linux > world, or Brew, for that matter. except that: > > * It is platform independent -- it attempts to work the same way on all all > platforms to the degree possible. > * It provides management of isolated "environme

Re: [Pythonmac-SIG] Building plans .....

2020-03-16 Thread Christopher Barker
On Mon, Mar 16, 2020 at 1:09 AM Georg Seifert wrote: > > - A framework build is easier to integrate into applications that are > built using Xcode (just drop the framework into list of used frameworks) > > When would that come into play? If you are developing an application > that embeds the pyth

Re: [Pythonmac-SIG] Building plans .....

2020-03-16 Thread Ronald Oussoren via Pythonmac-SIG
> On 15 Mar 2020, at 22:04, Christopher Barker wrote: > > On Sun, Mar 15, 2020 at 4:39 AM Ronald Oussoren > wrote: > AFAIK the only difference for this discussion is the “Python.app” trick, and > that can be accomplished outside of a framework build as well (but

Re: [Pythonmac-SIG] Building plans .....

2020-03-16 Thread Georg Seifert
> On 15.03.2020, at 22:04, Christopher Barker wrote: > > On Sun, Mar 15, 2020 at 4:39 AM Ronald Oussoren > wrote: > AFAIK the only difference for this discussion is the “Python.app” trick, and > that can be accomplished outside of a framework build as well (but currently > is not). > > Tw