> On 28 Sep 2018, at 11:31, Joni Orponen <j.orpo...@4teamwork.ch> wrote:
> 
> On Fri, Sep 28, 2018 at 10:36 AM Just van Rossum <justvanros...@gmail.com> 
> 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, ".Python")):
> 
> Not sure how to fix it. If I force this code path to be taken, I get an 
> AttributeError on sys.real_prefix, so I guess a bit more needs to be done.
> 
> Use py2app via setup.py.

That’s exactly what I do...

Just

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to