Create an executable file with PyCharm
Hello,
I'm sorry for such an easy problem.
After creating a project and adding some py files in it,
how can i create an executable file for windows?
I couldn't find in IDE.
Thank you very much.
Please sign in to leave a comment.
Hello ben,
There is no such feature in the IDE, but there are a number of standalone
tools that can do that for you:
http://www.py2exe.org/
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I am planning on using PyCharm to create a Python system that uses SQLink database. Are these tools sophisticated enough to create an executable for something like this?
Since this was posted 9 years ago I am wondering if it is a feature now?
Hello,
This has not been implemented yet.
Please vote for the request https://youtrack.jetbrains.com/issue/PY-42563 in order to increase its priority.
This seems like one of the main goals of writing code. I vote for this to be done sooner than later.