<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python GUIs - deployment</title><link>https://www.pythonguis.com/</link><description>Create GUI applications with Python and Qt</description><atom:link href="https://www.pythonguis.com/feeds/deployment.tag.rss.xml" rel="self"/><lastBuildDate>Fri, 09 Apr 2021 09:00:00 +0000</lastBuildDate><item><title>Deploying PyQt6 Apps on macOS with py2app — How to package your PyQt6 application into a standalone macOS .app bundle</title><link>https://www.pythonguis.com/faq/newbie-failing-at-deployment-py2app-and-fbs-failure/</link><description>I've got my PyQt app working, but when I try to build it into a macOS .app bundle using py2app, the resulting application crashes on launch with "quit unexpectedly." I've stripped my code down to the bare minimum &amp;mdash; it just loads a &lt;code&gt;.ui&lt;/code&gt; file and displays a window &amp;mdash; but the built app still won't run. What's the easiest way to deploy a PyQt application on a Mac?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Fitzpatrick</dc:creator><pubDate>Fri, 09 Apr 2021 09:00:00 +0000</pubDate><guid>tag:www.pythonguis.com,2021-04-09:/faq/newbie-failing-at-deployment-py2app-and-fbs-failure/</guid><category>pyqt6</category><category>pyqt</category><category>packaging</category><category>macos</category><category>deployment</category><category>python</category><category>qt</category><category>qt6</category><category>pyqt6-packaging</category></item><item><title>Linux Packaging Preferred Formats for Python GUI Applications — Choosing the right packaging format for distributing your Python apps on Linux</title><link>https://www.pythonguis.com/faq/linux-packaging-prefered-formats/</link><description>What packaging format should I use to distribute my Python GUI application to Linux users? Options like &lt;code&gt;.deb&lt;/code&gt;, Snap, AppImage, and others all exist &amp;mdash; which ones do users actually prefer?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Fitzpatrick</dc:creator><pubDate>Wed, 05 Aug 2020 09:00:00 +0000</pubDate><guid>tag:www.pythonguis.com,2020-08-05:/faq/linux-packaging-prefered-formats/</guid><category>packaging</category><category>linux</category><category>distribution</category><category>deployment</category></item></channel></rss>