Answer the question
In order to leave comments, you need to log in
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
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question