PyQt package for distribution Quickstart

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024
  • 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...

Комментарии • 4

  • @aaroncatolico7550
    @aaroncatolico7550 2 года назад

    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.

    • @MadPonyInteractive
      @MadPonyInteractive  2 года назад +1

      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

    • @aaroncatolico7550
      @aaroncatolico7550 2 года назад +1

      @@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.

    • @MadPonyInteractive
      @MadPonyInteractive  2 года назад

      @@aaroncatolico7550 Yeah unfortunately it is a limitation of PyInstaller