Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python to setup
#2
There are two or more routes here.
To share without other Python users is PyPi the standard way.
Then make setup script with setup.py(which make a wheel),this wheel upload to PyPi.
Then Python user will use pip to install your program.
1
pip install qt_prog

What i think you mean more like normal install on Windows next --> next --> finish in a GUI form.
Look at NSIS for examples.
pynsist 2.5 dos use NSIS and bundle Python,so here get a installer.
I have used Inno Setup before,the first use Pyinstaller,then use Inno Setup for the installer part.

What i have done for my older GUI project for WxPython that many people has used,
is to make GitHub,BitBucket page to show images of GUI and explain what is dos.
This make People more happy as there are some documentation and code is open.
Then have a download option or how to use from this page.
Reply


Messages In This Thread
Python to setup - by samuelbachorik - Apr-19-2020, 09:51 AM
RE: Python to setup - by snippsat - Apr-19-2020, 11:02 AM
RE: Python to setup - by samuelbachorik - Apr-19-2020, 11:19 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Setup Notepad++ for python LavaCreeperKing 8 15,165 Mar-06-2025, 12:30 PM
Last Post: DeaD_EyE
  Python 3.13 : def setup size HansieB 6 1,368 Dec-02-2024, 11:12 AM
Last Post: buran
  Setup Portable Python on Windows for script starts with double clicks? pstein 0 2,688 Feb-18-2022, 01:29 PM
Last Post: pstein
  VSCode Setup and configuring to run with Python apollo 2 3,971 Jan-13-2021, 04:55 PM
Last Post: jefsummers
  Python Idlex setup robsuttonjr 3 4,475 Jan-09-2021, 09:54 PM
Last Post: Gribouillis
  python setup.py install error blackclover 2 10,035 Jan-07-2021, 04:36 AM
Last Post: blackclover
  'python setup.py bdist' gets error on 'compiler_flags' 1780yz 0 2,804 Sep-02-2020, 09:17 PM
Last Post: 1780yz
  Arduino / Python Environment Setup - PIP stevealbright 0 2,850 Feb-24-2019, 10:48 PM
Last Post: stevealbright
  run setup.exe from python script with special parameters asheru93 0 2,908 Feb-01-2019, 03:11 PM
Last Post: asheru93
  Command "python setup.py egg_info" failed Sina 1 11,051 May-08-2018, 07:27 AM
Last Post: buran

Forum Jump:

User Panel Messages

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