Re: [Pythonmac-SIG] py2app -A and virtual environments

2018-10-01 Thread Just van Rossum
> On 28 Sep 2018, at 13:08, Ronald Oussoren wrote: > > > >> On 28 Sep 2018, at 10:34, Just van Rossum wrote: >> >> Following up to this: it seems line 1832 in py2app/build_app.py isn’t >> correct anymore, with Python 3 venv behavior: >> >> if os.path.exists(os.path.join(sys.prefix, "

Re: [Pythonmac-SIG] py2app -A and virtual environments

2018-10-01 Thread Just van Rossum
> On 28 Sep 2018, at 11:31, Joni Orponen wrote: > > On Fri, Sep 28, 2018 at 10:36 AM Just van Rossum > wrote: > Following up to this: it seems line 1832 in py2app/build_app.py isn’t correct > anymore, with Python 3 venv behavior: > > if os.path.exists(os.path.join(sys.prefix, ".Pytho