Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python deployment
#4
(Sep-29-2023, 03:09 AM)David98 Wrote: Therefore if I use Pyinstaller, where can I save the code for the Dev environment?
The most normal way is to have eg a GitHub/Bitbucket... repo where code are.
(Sep-29-2023, 03:09 AM)David98 Wrote: And what if there is an error when the business users run the script in the PRD environment? How can I get the code for debugging or something like that?
Logging is used for this,i would recommend using loguru.
Quote:And one more question please, how can I deploy to other user devices?
I depends of what access you have to this,when use Pyinstaller it will be a stand alone(no install for users),so can just share the folder.
If user can install there self,then can point to Repo where code are.
If you have access,then can roll out the folder yourself.
carecavoador likes this post
Reply


Messages In This Thread
Python deployment - by David98 - Sep-28-2023, 12:56 PM
RE: Python deployment - by snippsat - Sep-28-2023, 04:36 PM
RE: Python deployment - by David98 - Sep-29-2023, 03:09 AM
RE: Python deployment - by snippsat - Sep-29-2023, 01:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  pynsist vs pyinstaller deployment questions hammer 2 1,858 May-03-2022, 01:22 AM
Last Post: hammer
  py2app deployment version Rubberduck 0 1,760 May-14-2021, 05:35 PM
Last Post: Rubberduck
  IDLE Deployment to classroom siwekp 1 1,892 May-14-2019, 07:21 PM
Last Post: Larz60+
  Google Cloud App Deployment Help.. BlackHeart 1 3,013 Nov-14-2017, 01:58 PM
Last Post: sparkz_alot
  Need apointer to python project deployment PickyBiker 2 4,325 Dec-04-2016, 07:57 PM
Last Post: PickyBiker

Forum Jump:

User Panel Messages

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