Python Forum
export project to an installable software in Pycharm
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
export project to an installable software in Pycharm
#1
Hi everybody
How can create an installable software with all needed files and packages in Pycharm ?
Reply
#2
(Oct-17-2022, 12:25 PM)jalal0034 Wrote: How can create an installable software with all needed files and packages in Pycharm ?
I would leave Editors completely out of this task,do it all from command line.
In this post i make a basic package using Setuptools.
Can look at How to create a Python package in 2022

Can look at this Thread i did write 5-years ago,but still giive an ok overview,
There also stuff like PyInstaller to take need of people having Python installed out of the picture.
Pyinstaller can be combined with eg Nullsoft, Inno Setup.
jalal0034 likes this post
Reply
#3
PyCharm can help you make the setup.py file. Everything else is built the same regardless of what editor or IDE you are using.

https://intellij-support.jetbrains.com/h...th-pycharm-
jalal0034 likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python package as installable Prabakaran141 0 1,504 Mar-10-2020, 10:07 AM
Last Post: Prabakaran141
  How do I tell Pycharm "run this project" sylas 2 3,158 Dec-31-2017, 07:22 PM
Last Post: metulburr
  Since PyCharm knows which file is "main", how can I tell it "run this project" sylas 7 7,984 Sep-03-2017, 11:48 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020