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.

-- 
Joni Orponen
_______________________________________________
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