tags:

views:

117

answers:

1

Hello all,

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..

+1  A: 

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

Carl Norum
Thanks carl.. I'm already using cx-freeze to freeze python scripts in windows and linux.. I've tested it and working fine.. But i'm looking for Mac?? Is there any package available to freeze python 3.x scripts in Mac??
Jebagnanadas
cx_Freeze is supposed to work on any platform python does, right? Is there some problem getting it to work on OS X?
Carl Norum
Thanks carl for your info.. But i have one more question.. Can we make .dmg images out of our python scripts in mac?? Bcoz. py2app allows us to do so..
Jebagnanadas
@Jebagnanadas, You can use `hdiutil` to make disk images pretty easily.
Carl Norum
+1 for three help file answers. @Jebagnanadas, you could dish out some karma.
Jeff