Does py2app support python3?

I developed an application on Windows using python 3.1.1 with pyqt 4.6. Just want to know that I can do this as a standalone application on Mac OS using py2app ?? Does py2app support python 3.1.1.

I post the question here bcoz. this is not specifically mentioned in any of their documents.

Thanks in advance.

+4
source share
2 answers

I'm not sure about py2app , but cx_Freeze works with Python 3.

+2
source

There is experimental support for Python 3 since py2app 0.5

+1
source

Source: https://habr.com/ru/post/1304737/


All Articles