Jeba
Jeba

Reputation: 983

Does py2app support python3?

I've developed an application in windows using python 3.1.1 with pyqt 4.6.. Just want to know that can i make it as a stand alone application in Mac OS using py2app?? Does py2app support python 3.1.1.

I'm posting the question here bcoz. it's not particularly mentioned in any of their documents..

Thanks in advance..

Upvotes: 4

Views: 2289

Answers (2)

jfs
jfs

Reputation: 414205

There is experimental Python 3 support since py2app 0.5

Upvotes: 1

Carl Norum
Carl Norum

Reputation: 224924

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

Upvotes: 2

Related Questions