开发者

Is there any way to create an app for python3 script?

Py2app will 开发者_StackOverflowcreate the app for python2. But for python3? Has anyone succeeded in creating an app for python3 script?

Any clue would be helpful for my script in creating that.


cx_freeze

Unlike these two tools, cx_Freeze is cross platform and should work on any platform that Python itself works on. It requires Python 2.3 or higher since it makes use of the zip import facility which was introduced in that version.


Py2app also create app for python3 script.


I have just written a blog entry about app builders a few days ago: http://publicfields.blogspot.com/2010/08/mac-os-application-builders-for-python.html

My personal opinion is the same as katriealex's: cx_freeze is the best solution at the moment. Although I did not manage to find a way of bundling binaries cx_freeze produces into a single app. I'd be happy to learn the way to do this and update the post accordingly )

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜