PyQt package for distribution Quickstart
HTML-код
- Опубликовано: 7 фев 2025
- In this quick start video we will learn how to use PyInstaller
to create an executable file for distribution, so that our PySide/PyQt
application can run on other machines without the need for python packages.
Relevant Links
PyQt & PySide Course Playlist: • PyQt6 & PySide6 Course
PyInstaller Documentation: pyinstaller.re...
Pip: pypi.org/proje...
Support me on:
gumroad.com/ma...
/ madponyinteractive
madponyinterac...
flippednormals... www.buymeacoff...
How would I get it to package up an .exe, .dmg, & a Linux installer? Say that I want my app to run on multiple OS's and want to distribute to all platforms. I would be building the app on my Windows 11.
You would have to do it in the separate systems individually. so if you want an exe you have to package it in windows, dmg in mac etc
@@MadPonyInteractive Okay, so I actually have to bring the project files into the specific Operating System that I want to create an executable program file on? It seems like you should still be able to use any OS and have it render out any OS executable file.
@@aaroncatolico7550 Yeah unfortunately it is a limitation of PyInstaller