Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python deployment
#3
(Sep-28-2023, 04:36 PM)snippsat Wrote: It depends of some conditions,like has the client Python installed.
If not have Python can use Pyinstaller,this is simplest option for the client.
If have Python can give install instructions eg from a Github Repo,or can build a wheel that client can install pip install your_code.whl

Therefore if I use Pyinstaller, where can I save the code for the Dev environment? 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?

And one more question please, how can I deploy to other user devices?

Please help me, I am a newbie Cry Cry Cry
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,906 May-03-2022, 01:22 AM
Last Post: hammer
  py2app deployment version Rubberduck 0 1,790 May-14-2021, 05:35 PM
Last Post: Rubberduck
  IDLE Deployment to classroom siwekp 1 1,941 May-14-2019, 07:21 PM
Last Post: Larz60+
  Google Cloud App Deployment Help.. BlackHeart 1 3,048 Nov-14-2017, 01:58 PM
Last Post: sparkz_alot
  Need apointer to python project deployment PickyBiker 2 4,373 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