Re: Python compiler infects "immutable" bundle - how to avoid it?

2020-02-24 Thread Guenter Milde
On 2020-02-23, Stephan Witt wrote: > Am 22.02.2020 um 20:13 schrieb Guenter Milde : >> On 2020-02-22, Stephan Witt wrote: >>> Am 22.02.2020 um 03:35 schrieb Richard Kimberly Heck : On 2/21/20 12:08 PM, Stephan Witt wrote: > Am 21.02.2020 um 12:08 schrieb Stephan Witt : >> Hi pythonists

Re: Python compiler infects "immutable" bundle - how to avoid it?

2020-02-22 Thread Stephan Witt
Am 22.02.2020 um 20:13 schrieb Guenter Milde : > > On 2020-02-22, Stephan Witt wrote: >> Am 22.02.2020 um 03:35 schrieb Richard Kimberly Heck : >>> On 2/21/20 12:08 PM, Stephan Witt wrote: Am 21.02.2020 um 12:08 schrieb Stephan Witt : > Hi pythonists, > > I’m trying to make ready for

Re: Python compiler infects "immutable" bundle - how to avoid it?

2020-02-22 Thread Guenter Milde
On 2020-02-22, Stephan Witt wrote: > Am 22.02.2020 um 03:35 schrieb Richard Kimberly Heck : >> On 2/21/20 12:08 PM, Stephan Witt wrote: >>> Am 21.02.2020 um 12:08 schrieb Stephan Witt : Hi pythonists, I’m trying to make ready for code signing on Mac. The idea of code signing is to

Re: Python compiler infects "immutable" bundle - how to avoid it?

2020-02-22 Thread Dr Eberhard Lisse
On Catalina (10.15.3) /usr/bin/python is symlinged to /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 Python (3 and/or 2) on the Mac is easily installed via Homebrew (i nto /usr/local) So is LyX (as what is called a Cask), and within Homebrew that could lead to a dependency

Re: Python compiler infects "immutable" bundle - how to avoid it?

2020-02-22 Thread Richard Kimberly Heck
On 2/22/20 12:46 PM, Stephan Witt wrote: > Am 22.02.2020 um 03:35 schrieb Richard Kimberly Heck : >> On 2/21/20 12:08 PM, Stephan Witt wrote: >>> Am 21.02.2020 um 12:08 schrieb Stephan Witt : Hi pythonists, I’m trying to make ready for code signing on Mac. The idea of code

Re: Python compiler infects "immutable" bundle - how to avoid it?

2020-02-22 Thread Stephan Witt
Am 22.02.2020 um 03:35 schrieb Richard Kimberly Heck : > > On 2/21/20 12:08 PM, Stephan Witt wrote: >> Am 21.02.2020 um 12:08 schrieb Stephan Witt : >>> Hi pythonists, >>> >>> I’m trying to make ready for code signing on Mac. >>> >>> The idea of code signing is to ship the package with a digital

Re: Python compiler infects "immutable" bundle - how to avoid it?

2020-02-21 Thread Richard Kimberly Heck
On 2/21/20 12:08 PM, Stephan Witt wrote: > Am 21.02.2020 um 12:08 schrieb Stephan Witt : >> Hi pythonists, >> >> I’m trying to make ready for code signing on Mac. >> >> The idea of code signing is to ship the package with a digital >> signature to guarantee the integrity of the software. >> >> http

Re: Python compiler infects "immutable" bundle - how to avoid it?

2020-02-21 Thread Stephan Witt
Am 21.02.2020 um 12:08 schrieb Stephan Witt : > > Hi pythonists, > > I’m trying to make ready for code signing on Mac. > > The idea of code signing is to ship the package with a digital > signature to guarantee the integrity of the software. > > https://developer.apple.com/library/archive/docum

Python compiler infects "immutable" bundle - how to avoid it?

2020-02-21 Thread Stephan Witt
Hi pythonists, I’m trying to make ready for code signing on Mac. The idea of code signing is to ship the package with a digital signature to guarantee the integrity of the software. https://developer.apple.com/library/archive/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introd