Python Forum
How to build exe/deployable file from Python Project
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to build exe/deployable file from Python Project
#1
I am new to Python, and I have a Python application with few .py files, and few config files in a separate config folder under the project.
I have to deploy this application in production. Which utility shall I use to create the exe/deployable version along with the config folder ?
Reply
#2
(Jul-04-2019, 04:48 PM)ShikhaJain Wrote: Which utility shall I use to create the exe/deployable version along with the config folder ?
Pyinstaller is bye fair best the best maintained project for freezing code.
At first you just try,it can happens that Pyinstaller find all also files in config folder.
If not there are several way to add data in Pyinstaller.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  build Python 3.12 in el7 SergeyMx 5 1,227 Oct-05-2023, 08:14 AM
Last Post: SergeyMx
  Web project and running a .py file emont 0 637 Dec-11-2022, 11:15 PM
Last Post: emont
  help with project of reading and searching big log file korenron 6 2,167 Jun-24-2021, 01:57 PM
Last Post: korenron
  How to link Sublime Text 3 Build system to Python 3.9 Using Windows 10 Fanman001 2 4,598 Mar-04-2021, 03:09 PM
Last Post: martpogs
  Compiling Python 3.8.5 source code results in build error Deepan 0 2,180 Sep-14-2020, 04:11 AM
Last Post: Deepan
  Build project with cxfreeze Kolterdyx 2 3,116 Jun-14-2020, 04:30 PM
Last Post: Kolterdyx
  Build Python RPM pvbadiger05b 0 1,590 May-11-2020, 06:50 PM
Last Post: pvbadiger05b
  cannot build python 3.8.2 (make test fails on test_imprtlib) borabora 1 2,749 May-08-2020, 09:10 PM
Last Post: Larz60+
  Build error (Python 3.7) Saszalez 0 2,239 Jun-20-2019, 07:59 AM
Last Post: Saszalez
  PYTHON - UNRAR : how can I build a thread to monitoring the downloading status Palerm0_24 2 2,604 Mar-18-2019, 02:25 PM
Last Post: Palerm0_24

Forum Jump:

User Panel Messages

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