V
V
Viktor Paperno2013-12-08 22:26:53
Python
Viktor Paperno, 2013-12-08 22:26:53

How to create .app and .exe from Python 3 programs?

There was a need to create .app and .exe from Python 3.3 programs.
I'm using a MacOS X 10.9 computer with PyCharm as my development environment.
And a computer running Windows 7 where I use PyScripter.
How to create?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
ru_folex, 2013-12-09
@AviPaperno

For OS X:
py2app , platypus , MacPython Bundle Builder
You can also create a MyApp.app directory and add the main.py file to MyApp.app/Contents/MacOS.
Well, for exe - py2exe

A
Artem Kalachyan, 2013-12-09
@Bringoff

Py2exe. A about .app - no idea

A
antofa, 2013-12-09
@antofa

cx_Freeze will help you to create exe

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question