Ported the plug-in to PyQt6 for eric7. eric7

Thu, 27 May 2021 20:28:55 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 27 May 2021 20:28:55 +0200
branch
eric7
changeset 38
fc9ef9dcd51a
parent 37
9ecfea29a47c
child 39
5b34af15d930

Ported the plug-in to PyQt6 for eric7.

.hgignore file | annotate | diff | comparison | revisions
ChangeLog file | annotate | diff | comparison | revisions
PKGLIST file | annotate | diff | comparison | revisions
PluginPyInstaller.e4p file | annotate | diff | comparison | revisions
PluginPyInstaller.epj file | annotate | diff | comparison | revisions
PluginPyInstaller.py file | annotate | diff | comparison | revisions
PluginPyInstaller.zip file | annotate | diff | comparison | revisions
PyInstaller/Documentation/LICENSE.GPL3 file | annotate | diff | comparison | revisions
PyInstaller/Documentation/source/index.html file | annotate | diff | comparison | revisions
PyInstaller/PyInstallerCleanupDialog.py file | annotate | diff | comparison | revisions
PyInstaller/PyInstallerCleanupDialog.ui file | annotate | diff | comparison | revisions
PyInstaller/PyInstallerConfigDialog.py file | annotate | diff | comparison | revisions
PyInstaller/PyInstallerConfigDialog.ui file | annotate | diff | comparison | revisions
PyInstaller/PyInstallerExecDialog.py file | annotate | diff | comparison | revisions
PyInstaller/PyInstallerExecDialog.ui file | annotate | diff | comparison | revisions
PyInstaller/__init__.py file | annotate | diff | comparison | revisions
PyInstaller/i18n/pyinstaller_de.qm file | annotate | diff | comparison | revisions
PyInstaller/i18n/pyinstaller_de.ts file | annotate | diff | comparison | revisions
PyInstaller/i18n/pyinstaller_empty.ts file | annotate | diff | comparison | revisions
PyInstaller/i18n/pyinstaller_en.qm file | annotate | diff | comparison | revisions
PyInstaller/i18n/pyinstaller_en.ts file | annotate | diff | comparison | revisions
PyInstaller/i18n/pyinstaller_es.qm file | annotate | diff | comparison | revisions
PyInstaller/i18n/pyinstaller_es.ts file | annotate | diff | comparison | revisions
PyInstaller/i18n/pyinstaller_ru.qm file | annotate | diff | comparison | revisions
PyInstaller/i18n/pyinstaller_ru.ts file | annotate | diff | comparison | revisions
PyInstallerInterface/Documentation/LICENSE.GPL3 file | annotate | diff | comparison | revisions
PyInstallerInterface/Documentation/source/Plugin_Packager_PyInstaller.PluginPyInstaller.html file | annotate | diff | comparison | revisions
PyInstallerInterface/Documentation/source/Plugin_Packager_PyInstaller.PyInstallerInterface.PyInstallerCleanupDialog.html file | annotate | diff | comparison | revisions
PyInstallerInterface/Documentation/source/Plugin_Packager_PyInstaller.PyInstallerInterface.PyInstallerConfigDialog.html file | annotate | diff | comparison | revisions
PyInstallerInterface/Documentation/source/Plugin_Packager_PyInstaller.PyInstallerInterface.PyInstallerExecDialog.html file | annotate | diff | comparison | revisions
PyInstallerInterface/Documentation/source/index-Plugin_Packager_PyInstaller.PyInstallerInterface.html file | annotate | diff | comparison | revisions
PyInstallerInterface/Documentation/source/index-Plugin_Packager_PyInstaller.html file | annotate | diff | comparison | revisions
PyInstallerInterface/Documentation/source/index.html file | annotate | diff | comparison | revisions
PyInstallerInterface/PyInstallerCleanupDialog.py file | annotate | diff | comparison | revisions
PyInstallerInterface/PyInstallerCleanupDialog.ui file | annotate | diff | comparison | revisions
PyInstallerInterface/PyInstallerConfigDialog.py file | annotate | diff | comparison | revisions
PyInstallerInterface/PyInstallerConfigDialog.ui file | annotate | diff | comparison | revisions
PyInstallerInterface/PyInstallerExecDialog.py file | annotate | diff | comparison | revisions
PyInstallerInterface/PyInstallerExecDialog.ui file | annotate | diff | comparison | revisions
PyInstallerInterface/__init__.py file | annotate | diff | comparison | revisions
PyInstallerInterface/i18n/pyinstaller_de.qm file | annotate | diff | comparison | revisions
PyInstallerInterface/i18n/pyinstaller_de.ts file | annotate | diff | comparison | revisions
PyInstallerInterface/i18n/pyinstaller_empty.ts file | annotate | diff | comparison | revisions
PyInstallerInterface/i18n/pyinstaller_en.qm file | annotate | diff | comparison | revisions
PyInstallerInterface/i18n/pyinstaller_en.ts file | annotate | diff | comparison | revisions
PyInstallerInterface/i18n/pyinstaller_es.qm file | annotate | diff | comparison | revisions
PyInstallerInterface/i18n/pyinstaller_es.ts file | annotate | diff | comparison | revisions
PyInstallerInterface/i18n/pyinstaller_ru.qm file | annotate | diff | comparison | revisions
PyInstallerInterface/i18n/pyinstaller_ru.ts file | annotate | diff | comparison | revisions
--- a/.hgignore	Thu May 27 19:23:58 2021 +0200
+++ b/.hgignore	Thu May 27 20:28:55 2021 +0200
@@ -1,11 +1,6 @@
 glob:.eric6project
-glob:_eric6project
-glob:.eric5project
-glob:_eric5project
-glob:.eric4project
-glob:_eric4project
+glob:.eric7project
 glob:.ropeproject
-glob:_ropeproject
 glob:.directory
 glob:**.pyc
 glob:**.pyo
--- a/ChangeLog	Thu May 27 19:23:58 2021 +0200
+++ b/ChangeLog	Thu May 27 20:28:55 2021 +0200
@@ -1,5 +1,10 @@
 ChangeLog
 ---------
+Version 1.0.0:
+- first release of the eric7 variant
+
+************************************************************
+
 Version 2.2.0:
 - implemented some code simplifications
 
--- a/PKGLIST	Thu May 27 19:23:58 2021 +0200
+++ b/PKGLIST	Thu May 27 20:28:55 2021 +0200
@@ -1,13 +1,13 @@
 PluginPyInstaller.py
-PyInstaller/Documentation/LICENSE.GPL3
-PyInstaller/PyInstallerCleanupDialog.py
-PyInstaller/PyInstallerCleanupDialog.ui
-PyInstaller/PyInstallerConfigDialog.py
-PyInstaller/PyInstallerConfigDialog.ui
-PyInstaller/PyInstallerExecDialog.py
-PyInstaller/PyInstallerExecDialog.ui
-PyInstaller/__init__.py
-PyInstaller/i18n/pyinstaller_de.qm
-PyInstaller/i18n/pyinstaller_en.qm
-PyInstaller/i18n/pyinstaller_es.qm
-PyInstaller/i18n/pyinstaller_ru.qm
+PyInstallerInterface/Documentation/LICENSE.GPL3
+PyInstallerInterface/PyInstallerCleanupDialog.py
+PyInstallerInterface/PyInstallerCleanupDialog.ui
+PyInstallerInterface/PyInstallerConfigDialog.py
+PyInstallerInterface/PyInstallerConfigDialog.ui
+PyInstallerInterface/PyInstallerExecDialog.py
+PyInstallerInterface/PyInstallerExecDialog.ui
+PyInstallerInterface/__init__.py
+PyInstallerInterface/i18n/pyinstaller_de.qm
+PyInstallerInterface/i18n/pyinstaller_en.qm
+PyInstallerInterface/i18n/pyinstaller_es.qm
+PyInstallerInterface/i18n/pyinstaller_ru.qm
--- a/PluginPyInstaller.e4p	Thu May 27 19:23:58 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,518 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE Project SYSTEM "Project-5.1.dtd">
-<!-- eric project file for project PluginPyInstaller -->
-<!-- Copyright (C) 2020 Detlev Offenbach, detlev@die-offenbachs.de -->
-<Project version="5.1">
-  <Language>en_US</Language>
-  <Hash>3a7e5bc36f1ae73d45efc807f5aeb2c0236daa13</Hash>
-  <ProgLanguage mixed="0">Python3</ProgLanguage>
-  <ProjectType>E6Plugin</ProjectType>
-  <Description>This plugin implements an interface to the PyInstaller packager.</Description>
-  <Version>2.x</Version>
-  <Author>Detlev Offenbach</Author>
-  <Email>detlev@die-offenbachs.de</Email>
-  <TranslationPattern>PyInstaller/i18n/pyinstaller_%language%.ts</TranslationPattern>
-  <Eol index="1"/>
-  <Sources>
-    <Source>PluginPyInstaller.py</Source>
-    <Source>PyInstaller/PyInstallerCleanupDialog.py</Source>
-    <Source>PyInstaller/PyInstallerConfigDialog.py</Source>
-    <Source>PyInstaller/PyInstallerExecDialog.py</Source>
-    <Source>PyInstaller/__init__.py</Source>
-    <Source>__init__.py</Source>
-  </Sources>
-  <Forms>
-    <Form>PyInstaller/PyInstallerCleanupDialog.ui</Form>
-    <Form>PyInstaller/PyInstallerConfigDialog.ui</Form>
-    <Form>PyInstaller/PyInstallerExecDialog.ui</Form>
-  </Forms>
-  <Translations>
-    <Translation>PyInstaller/i18n/pyinstaller_de.qm</Translation>
-    <Translation>PyInstaller/i18n/pyinstaller_de.ts</Translation>
-    <Translation>PyInstaller/i18n/pyinstaller_empty.ts</Translation>
-    <Translation>PyInstaller/i18n/pyinstaller_en.qm</Translation>
-    <Translation>PyInstaller/i18n/pyinstaller_en.ts</Translation>
-    <Translation>PyInstaller/i18n/pyinstaller_es.qm</Translation>
-    <Translation>PyInstaller/i18n/pyinstaller_es.ts</Translation>
-    <Translation>PyInstaller/i18n/pyinstaller_ru.qm</Translation>
-    <Translation>PyInstaller/i18n/pyinstaller_ru.ts</Translation>
-  </Translations>
-  <Others>
-    <Other>.hgignore</Other>
-    <Other>ChangeLog</Other>
-    <Other>PKGLIST</Other>
-    <Other>PluginPyInstaller.e4p</Other>
-    <Other>PluginPyInstaller.zip</Other>
-    <Other>PyInstaller/Documentation/LICENSE.GPL3</Other>
-    <Other>PyInstaller/Documentation/source</Other>
-  </Others>
-  <MainScript>PluginPyInstaller.py</MainScript>
-  <Vcs>
-    <VcsType>Mercurial</VcsType>
-    <VcsOptions>
-      <dict>
-        <key>
-          <string>add</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>checkout</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>commit</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>diff</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>export</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>global</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>history</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>log</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>remove</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>status</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>tag</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>update</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-      </dict>
-    </VcsOptions>
-  </Vcs>
-  <FiletypeAssociations>
-    <FiletypeAssociation pattern="*.e4p" type="OTHERS"/>
-    <FiletypeAssociation pattern="*.idl" type="INTERFACES"/>
-    <FiletypeAssociation pattern="*.md" type="OTHERS"/>
-    <FiletypeAssociation pattern="*.proto" type="PROTOCOLS"/>
-    <FiletypeAssociation pattern="*.py" type="SOURCES"/>
-    <FiletypeAssociation pattern="*.py3" type="SOURCES"/>
-    <FiletypeAssociation pattern="*.pyw" type="SOURCES"/>
-    <FiletypeAssociation pattern="*.pyw3" type="SOURCES"/>
-    <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS"/>
-    <FiletypeAssociation pattern="*.qrc" type="RESOURCES"/>
-    <FiletypeAssociation pattern="*.rst" type="OTHERS"/>
-    <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/>
-    <FiletypeAssociation pattern="*.txt" type="OTHERS"/>
-    <FiletypeAssociation pattern="*.ui" type="FORMS"/>
-    <FiletypeAssociation pattern="README" type="OTHERS"/>
-    <FiletypeAssociation pattern="README.*" type="OTHERS"/>
-    <FiletypeAssociation pattern="Ui_*.py" type="__IGNORE__"/>
-  </FiletypeAssociations>
-  <Documentation>
-    <DocumentationParams>
-      <dict>
-        <key>
-          <string>ERIC4DOC</string>
-        </key>
-        <value>
-          <dict>
-            <key>
-              <string>cssFile</string>
-            </key>
-            <value>
-              <string>%PYTHON%/eric6/CSSs/default.css</string>
-            </value>
-            <key>
-              <string>ignoreDirectories</string>
-            </key>
-            <value>
-              <list>
-                <string>.eric6project</string>
-                <string>.ropeproject</string>
-                <string>_eric6project</string>
-                <string>.hg</string>
-              </list>
-            </value>
-            <key>
-              <string>ignoreFilePatterns</string>
-            </key>
-            <value>
-              <list>
-                <string>Ui_*.py</string>
-              </list>
-            </value>
-            <key>
-              <string>outputDirectory</string>
-            </key>
-            <value>
-              <string>PyInstaller/Documentation/source</string>
-            </value>
-            <key>
-              <string>qtHelpEnabled</string>
-            </key>
-            <value>
-              <bool>False</bool>
-            </value>
-            <key>
-              <string>useRecursion</string>
-            </key>
-            <value>
-              <bool>True</bool>
-            </value>
-          </dict>
-        </value>
-      </dict>
-    </DocumentationParams>
-  </Documentation>
-  <Checkers>
-    <CheckersParams>
-      <dict>
-        <key>
-          <string>Pep8Checker</string>
-        </key>
-        <value>
-          <dict>
-            <key>
-              <string>AnnotationsChecker</string>
-            </key>
-            <value>
-              <dict>
-                <key>
-                  <string>MaximumComplexity</string>
-                </key>
-                <value>
-                  <int>3</int>
-                </value>
-                <key>
-                  <string>MinimumCoverage</string>
-                </key>
-                <value>
-                  <int>75</int>
-                </value>
-              </dict>
-            </value>
-            <key>
-              <string>BlankLines</string>
-            </key>
-            <value>
-              <tuple>
-                <int>2</int>
-                <int>1</int>
-              </tuple>
-            </value>
-            <key>
-              <string>BuiltinsChecker</string>
-            </key>
-            <value>
-              <dict>
-                <key>
-                  <string>bytes</string>
-                </key>
-                <value>
-                  <list>
-                    <string>unicode</string>
-                  </list>
-                </value>
-                <key>
-                  <string>chr</string>
-                </key>
-                <value>
-                  <list>
-                    <string>unichr</string>
-                  </list>
-                </value>
-                <key>
-                  <string>str</string>
-                </key>
-                <value>
-                  <list>
-                    <string>unicode</string>
-                  </list>
-                </value>
-              </dict>
-            </value>
-            <key>
-              <string>CommentedCodeChecker</string>
-            </key>
-            <value>
-              <dict>
-                <key>
-                  <string>Aggressive</string>
-                </key>
-                <value>
-                  <bool>False</bool>
-                </value>
-              </dict>
-            </value>
-            <key>
-              <string>CopyrightAuthor</string>
-            </key>
-            <value>
-              <string></string>
-            </value>
-            <key>
-              <string>CopyrightMinFileSize</string>
-            </key>
-            <value>
-              <int>0</int>
-            </value>
-            <key>
-              <string>DocstringType</string>
-            </key>
-            <value>
-              <string>eric</string>
-            </value>
-            <key>
-              <string>EnabledCheckerCategories</string>
-            </key>
-            <value>
-              <string>C, D, E, M, N, S, W</string>
-            </value>
-            <key>
-              <string>ExcludeFiles</string>
-            </key>
-            <value>
-              <string>*/Ui_*.py, */*_rc.py,</string>
-            </value>
-            <key>
-              <string>ExcludeMessages</string>
-            </key>
-            <value>
-              <string>C101,E265,E266,E305,E402,M201,M811,N802,N803,N807,N808,N821,W293,W504</string>
-            </value>
-            <key>
-              <string>FixCodes</string>
-            </key>
-            <value>
-              <string></string>
-            </value>
-            <key>
-              <string>FixIssues</string>
-            </key>
-            <value>
-              <bool>False</bool>
-            </value>
-            <key>
-              <string>FutureChecker</string>
-            </key>
-            <value>
-              <string></string>
-            </value>
-            <key>
-              <string>HangClosing</string>
-            </key>
-            <value>
-              <bool>False</bool>
-            </value>
-            <key>
-              <string>IncludeMessages</string>
-            </key>
-            <value>
-              <string></string>
-            </value>
-            <key>
-              <string>LineComplexity</string>
-            </key>
-            <value>
-              <int>20</int>
-            </value>
-            <key>
-              <string>LineComplexityScore</string>
-            </key>
-            <value>
-              <int>10</int>
-            </value>
-            <key>
-              <string>MaxCodeComplexity</string>
-            </key>
-            <value>
-              <int>10</int>
-            </value>
-            <key>
-              <string>MaxDocLineLength</string>
-            </key>
-            <value>
-              <int>79</int>
-            </value>
-            <key>
-              <string>MaxLineLength</string>
-            </key>
-            <value>
-              <int>79</int>
-            </value>
-            <key>
-              <string>NoFixCodes</string>
-            </key>
-            <value>
-              <string>E501</string>
-            </value>
-            <key>
-              <string>RepeatMessages</string>
-            </key>
-            <value>
-              <bool>True</bool>
-            </value>
-            <key>
-              <string>SecurityChecker</string>
-            </key>
-            <value>
-              <dict>
-                <key>
-                  <string>CheckTypedException</string>
-                </key>
-                <value>
-                  <bool>False</bool>
-                </value>
-                <key>
-                  <string>HardcodedTmpDirectories</string>
-                </key>
-                <value>
-                  <list>
-                    <string>/tmp</string>
-                    <string>/var/tmp</string>
-                    <string>/dev/shm</string>
-                    <string>~/tmp</string>
-                  </list>
-                </value>
-                <key>
-                  <string>InsecureHashes</string>
-                </key>
-                <value>
-                  <list>
-                    <string>md4</string>
-                    <string>md5</string>
-                    <string>sha</string>
-                    <string>sha1</string>
-                  </list>
-                </value>
-                <key>
-                  <string>InsecureSslProtocolVersions</string>
-                </key>
-                <value>
-                  <list>
-                    <string>PROTOCOL_SSLv2</string>
-                    <string>SSLv2_METHOD</string>
-                    <string>SSLv23_METHOD</string>
-                    <string>PROTOCOL_SSLv3</string>
-                    <string>PROTOCOL_TLSv1</string>
-                    <string>SSLv3_METHOD</string>
-                    <string>TLSv1_METHOD</string>
-                  </list>
-                </value>
-                <key>
-                  <string>WeakKeySizeDsaHigh</string>
-                </key>
-                <value>
-                  <string>1024</string>
-                </value>
-                <key>
-                  <string>WeakKeySizeDsaMedium</string>
-                </key>
-                <value>
-                  <string>2048</string>
-                </value>
-                <key>
-                  <string>WeakKeySizeEcHigh</string>
-                </key>
-                <value>
-                  <string>160</string>
-                </value>
-                <key>
-                  <string>WeakKeySizeEcMedium</string>
-                </key>
-                <value>
-                  <string>224</string>
-                </value>
-                <key>
-                  <string>WeakKeySizeRsaHigh</string>
-                </key>
-                <value>
-                  <string>1024</string>
-                </value>
-                <key>
-                  <string>WeakKeySizeRsaMedium</string>
-                </key>
-                <value>
-                  <string>2048</string>
-                </value>
-              </dict>
-            </value>
-            <key>
-              <string>ShowIgnored</string>
-            </key>
-            <value>
-              <bool>False</bool>
-            </value>
-            <key>
-              <string>ValidEncodings</string>
-            </key>
-            <value>
-              <string>latin-1, utf-8</string>
-            </value>
-          </dict>
-        </value>
-      </dict>
-    </CheckersParams>
-  </Checkers>
-</Project>
--- a/PluginPyInstaller.epj	Thu May 27 19:23:58 2021 +0200
+++ b/PluginPyInstaller.epj	Thu May 27 20:28:55 2021 +0200
@@ -113,12 +113,12 @@
     "DOCSTRING": "",
     "DOCUMENTATIONPARMS": {
       "ERIC4DOC": {
-        "cssFile": "%PYTHON%/eric6/CSSs/default.css",
+        "cssFile": "%PYTHON%/eric7/CSSs/default.css",
         "ignoreDirectories": [
           ".eric6project",
           ".ropeproject",
-          "_eric6project",
-          ".hg"
+          ".hg",
+          "eric7project"
         ],
         "ignoreFilePatterns": [
           "Ui_*.py"
@@ -131,7 +131,7 @@
     "EMAIL": "detlev@die-offenbachs.de",
     "EOL": 1,
     "FILETYPES": {
-      "*.e4p": "OTHERS",
+      "*.epj": "OTHERS",
       "*.idl": "INTERFACES",
       "*.md": "OTHERS",
       "*.proto": "PROTOCOLS",
@@ -140,19 +140,21 @@
       "*.pyw": "SOURCES",
       "*.pyw3": "SOURCES",
       "*.qm": "TRANSLATIONS",
-      "*.qrc": "RESOURCES",
       "*.rst": "OTHERS",
       "*.ts": "TRANSLATIONS",
       "*.txt": "OTHERS",
       "*.ui": "FORMS",
+      "GNUmakefile": "OTHERS",
+      "Makefile": "OTHERS",
       "README": "OTHERS",
       "README.*": "OTHERS",
-      "Ui_*.py": "__IGNORE__"
+      "Ui_*.py": "__IGNORE__",
+      "makefile": "OTHERS"
     },
     "FORMS": [
-      "PyInstaller/PyInstallerCleanupDialog.ui",
-      "PyInstaller/PyInstallerConfigDialog.ui",
-      "PyInstaller/PyInstallerExecDialog.ui"
+      "PyInstallerInterface/PyInstallerConfigDialog.ui",
+      "PyInstallerInterface/PyInstallerExecDialog.ui",
+      "PyInstallerInterface/PyInstallerCleanupDialog.ui"
     ],
     "HASH": "3a7e5bc36f1ae73d45efc807f5aeb2c0236daa13",
     "IDLPARAMS": {
@@ -176,16 +178,15 @@
       ".hgignore",
       "ChangeLog",
       "PKGLIST",
-      "PluginPyInstaller.e4p",
       "PluginPyInstaller.zip",
-      "PyInstaller/Documentation/LICENSE.GPL3",
-      "PyInstaller/Documentation/source",
-      "PluginPyInstaller.epj"
+      "PluginPyInstaller.epj",
+      "PyInstallerInterface/Documentation/LICENSE.GPL3",
+      "PyInstallerInterface/Documentation/source"
     ],
     "OTHERTOOLSPARMS": {},
     "PACKAGERSPARMS": {},
     "PROGLANGUAGE": "Python3",
-    "PROJECTTYPE": "E6Plugin",
+    "PROJECTTYPE": "E7Plugin",
     "PROJECTTYPESPECIFICDATA": {},
     "PROTOCOLS": [],
     "RCCPARAMS": {
@@ -197,27 +198,27 @@
     "RESOURCES": [],
     "SOURCES": [
       "PluginPyInstaller.py",
-      "PyInstaller/PyInstallerCleanupDialog.py",
-      "PyInstaller/PyInstallerConfigDialog.py",
-      "PyInstaller/PyInstallerExecDialog.py",
-      "PyInstaller/__init__.py",
-      "__init__.py"
+      "__init__.py",
+      "PyInstallerInterface/__init__.py",
+      "PyInstallerInterface/PyInstallerExecDialog.py",
+      "PyInstallerInterface/PyInstallerConfigDialog.py",
+      "PyInstallerInterface/PyInstallerCleanupDialog.py"
     ],
     "SPELLEXCLUDES": "",
     "SPELLLANGUAGE": "en_US",
     "SPELLWORDS": "",
     "TRANSLATIONEXCEPTIONS": [],
-    "TRANSLATIONPATTERN": "PyInstaller/i18n/pyinstaller_%language%.ts",
+    "TRANSLATIONPATTERN": "PyInstallerInterface/i18n/pyinstaller_%language%.ts",
     "TRANSLATIONS": [
-      "PyInstaller/i18n/pyinstaller_de.qm",
-      "PyInstaller/i18n/pyinstaller_de.ts",
-      "PyInstaller/i18n/pyinstaller_empty.ts",
-      "PyInstaller/i18n/pyinstaller_en.qm",
-      "PyInstaller/i18n/pyinstaller_en.ts",
-      "PyInstaller/i18n/pyinstaller_es.qm",
-      "PyInstaller/i18n/pyinstaller_es.ts",
-      "PyInstaller/i18n/pyinstaller_ru.qm",
-      "PyInstaller/i18n/pyinstaller_ru.ts"
+      "PyInstallerInterface/i18n/pyinstaller_en.ts",
+      "PyInstallerInterface/i18n/pyinstaller_de.ts",
+      "PyInstallerInterface/i18n/pyinstaller_ru.ts",
+      "PyInstallerInterface/i18n/pyinstaller_es.ts",
+      "PyInstallerInterface/i18n/pyinstaller_es.qm",
+      "PyInstallerInterface/i18n/pyinstaller_en.qm",
+      "PyInstallerInterface/i18n/pyinstaller_de.qm",
+      "PyInstallerInterface/i18n/pyinstaller_empty.ts",
+      "PyInstallerInterface/i18n/pyinstaller_ru.qm"
     ],
     "TRANSLATIONSBINPATH": "",
     "UICPARAMS": {
@@ -265,6 +266,6 @@
       ]
     },
     "VCSOTHERDATA": {},
-    "VERSION": "2.x"
+    "VERSION": ""
   }
 }
\ No newline at end of file
--- a/PluginPyInstaller.py	Thu May 27 19:23:58 2021 +0200
+++ b/PluginPyInstaller.py	Thu May 27 20:28:55 2021 +0200
@@ -12,14 +12,14 @@
 import platform
 import shutil
 
-from PyQt5.QtCore import (
+from PyQt6.QtCore import (
     pyqtSlot, QObject, QCoreApplication, QTranslator, QProcess
 )
-from PyQt5.QtWidgets import QDialog
+from PyQt6.QtWidgets import QDialog
 
-from E5Gui import E5MessageBox
-from E5Gui.E5Action import E5Action
-from E5Gui.E5Application import e5App
+from EricWidgets import EricMessageBox
+from EricGui.EricAction import EricAction
+from EricWidgets.EricApplication import ericApp
 
 import Utilities
 
@@ -28,9 +28,9 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "2.2.0"
+version = "1.0.0"
 className = "PyInstallerPlugin"
-packageName = "PyInstaller"
+packageName = "PyInstallerInterface"
 shortDescription = "Show dialogs to configure and execute PyInstaller."
 longDescription = (
     """This plug-in implements dialogs to configure and execute PyInstaller"""
@@ -89,9 +89,7 @@
     """
     # Determine Python Version
     if majorVersion == 3:
-        minorVersions = range(10)
-    elif majorVersion == 2:
-        minorVersions = [7]     # PyInstaller supports just Python 2.7
+        minorVersions = range(16)
     else:
         return []
     
@@ -214,7 +212,8 @@
     """
     Restricted function to check the availability of pyinstaller.
     
-    @return flag indicating availability (boolean)
+    @return flag indicating availability
+    @rtype bool
     """
     global error, exePy3
     
@@ -266,7 +265,8 @@
         """
         Public method to activate this plug-in.
         
-        @return tuple of None and activation status (boolean)
+        @return tuple of None and activation status
+        @rtype tuple of (None, bool)
         """
         global error
         
@@ -281,13 +281,13 @@
         # clear previous error
         error = ""
         
-        project = e5App().getObject("Project")
+        project = ericApp().getObject("Project")
         menu = project.getMenu("Packagers")
         if menu:
             self.__projectSeparator = menu.addSeparator()
             
             # Execute PyInstaller
-            act = E5Action(
+            act = EricAction(
                 self.tr('Execute PyInstaller'),
                 self.tr('Execute Py&Installer'), 0, 0,
                 self, 'packagers_pyinstaller_run')
@@ -305,7 +305,7 @@
             self.__projectActs.append(act)
             
             # Execute pyi-makespec
-            act = E5Action(
+            act = EricAction(
                 self.tr('Make PyInstaller Spec File'),
                 self.tr('Make PyInstaller &Spec File'), 0, 0,
                 self, 'packagers_pyinstaller_spec')
@@ -323,7 +323,7 @@
             self.__projectActs.append(act)
             
             # clean the pyinstaller created directories
-            act = E5Action(
+            act = EricAction(
                 self.tr('Clean PyInstaller'),
                 self.tr('&Clean PyInstaller'), 0, 0,
                 self, 'packagers_pyinstaller_clean')
@@ -339,7 +339,7 @@
             menu.addAction(act)
             self.__projectActs.append(act)
             
-            project.addE5Actions(self.__projectActs)
+            project.addEricActions(self.__projectActs)
             project.showMenu.connect(self.__projectShowMenu)
         
         return None, True
@@ -348,14 +348,14 @@
         """
         Public method to deactivate this plug-in.
         """
-        menu = e5App().getObject("Project").getMenu("Packagers")
+        menu = ericApp().getObject("Project").getMenu("Packagers")
         if menu:
             for act in self.__projectActs:
                 menu.removeAction(act)
             if self.__projectSeparator:
                 menu.removeAction(self.__projectSeparator)
             
-            e5App().getObject("Project").removeE5Actions(
+            ericApp().getObject("Project").removeEricActions(
                 self.__projectActs)
         
         self.__initialize()
@@ -372,7 +372,8 @@
         """
         if menuName == "Packagers":
             enable = (
-                e5App().getObject("Project").getProjectLanguage() == "Python3"
+                ericApp().getObject("Project").getProjectLanguage() ==
+                "Python3"
             )
             for act in self.__projectActs:
                 act.setEnabled(enable)
@@ -385,13 +386,13 @@
             loc = self.__ui.getLocale()
             if loc and loc != "C":
                 locale_dir = os.path.join(os.path.dirname(__file__),
-                                          "PyInstaller", "i18n")
+                                          "PyInstallerInterface", "i18n")
                 translation = "pyinstaller_{0}".format(loc)
                 translator = QTranslator(None)
                 loaded = translator.load(translation, locale_dir)
                 if loaded:
                     self.__translator = translator
-                    e5App().installTranslator(self.__translator)
+                    ericApp().installTranslator(self.__translator)
                 else:
                     print("Warning: translation file '{0}' could not be"
                           " loaded.".format(translation))
@@ -403,13 +404,13 @@
         Private slot to execute the pyinstaller command for the current
         project.
         """
-        project = e5App().getObject("Project")
+        project = ericApp().getObject("Project")
         majorVersionStr = project.getProjectLanguage()
         if majorVersionStr == "Python3":
             executables = [f for f in exePy3 if
                            f.endswith(("pyinstaller", "pyinstaller.exe"))]
             if not executables:
-                E5MessageBox.critical(
+                EricMessageBox.critical(
                     self.__ui,
                     self.tr("pyinstaller"),
                     self.tr("""The pyinstaller executable could not be"""
@@ -420,18 +421,18 @@
             if not project.checkAllScriptsDirty(reportSyntaxErrors=True):
                 return
             
-            from PyInstaller.PyInstallerConfigDialog import (
+            from PyInstallerInterface.PyInstallerConfigDialog import (
                 PyInstallerConfigDialog
             )
             params = project.getData('PACKAGERSPARMS', "PYINSTALLER")
             dlg = PyInstallerConfigDialog(project, executables, params,
                                           mode="installer")
-            if dlg.exec() == QDialog.Accepted:
+            if dlg.exec() == QDialog.DialogCode.Accepted:
                 args, params, script = dlg.generateParameters()
                 project.setData('PACKAGERSPARMS', "PYINSTALLER", params)
                 
                 # now do the call
-                from PyInstaller.PyInstallerExecDialog import (
+                from PyInstallerInterface.PyInstallerExecDialog import (
                     PyInstallerExecDialog
                 )
                 dia = PyInstallerExecDialog("pyinstaller")
@@ -446,13 +447,13 @@
         Private slot to execute the pyi-makespec command for the current
         project to generate a spec file to be used by pyinstaller.
         """
-        project = e5App().getObject("Project")
+        project = ericApp().getObject("Project")
         majorVersionStr = project.getProjectLanguage()
         if majorVersionStr == "Python3":
             executables = [f for f in exePy3 if
                            f.endswith(("pyi-makespec", "pyi-makespec.exe"))]
             if not executables:
-                E5MessageBox.critical(
+                EricMessageBox.critical(
                     self.__ui,
                     self.tr("pyi-makespec"),
                     self.tr("""The pyi-makespec executable could not be"""
@@ -463,18 +464,18 @@
             if not project.checkAllScriptsDirty(reportSyntaxErrors=True):
                 return
             
-            from PyInstaller.PyInstallerConfigDialog import (
+            from PyInstallerInterface.PyInstallerConfigDialog import (
                 PyInstallerConfigDialog
             )
             params = project.getData('PACKAGERSPARMS', "PYINSTALLER")
             dlg = PyInstallerConfigDialog(project, executables, params,
                                           mode="spec")
-            if dlg.exec() == QDialog.Accepted:
+            if dlg.exec() == QDialog.DialogCode.Accepted:
                 args, params, script = dlg.generateParameters()
                 project.setData('PACKAGERSPARMS', "PYINSTALLER", params)
                 
                 # now do the call
-                from PyInstaller.PyInstallerExecDialog import (
+                from PyInstallerInterface.PyInstallerExecDialog import (
                     PyInstallerExecDialog
                 )
                 dia = PyInstallerExecDialog("pyinstaller")
@@ -488,17 +489,30 @@
         """
         Private slot to remove the directories created by pyinstaller.
         """
-        project = e5App().getObject("Project")
+        project = ericApp().getObject("Project")
         
-        from PyInstaller.PyInstallerCleanupDialog import (
+        from PyInstallerInterface.PyInstallerCleanupDialog import (
             PyInstallerCleanupDialog
         )
         dlg = PyInstallerCleanupDialog()
-        if dlg.exec() == QDialog.Accepted:
+        if dlg.exec() == QDialog.DialogCode.Accepted:
             removeDirs = dlg.getDirectories()
             for directory in removeDirs:
                 rd = os.path.join(project.getProjectPath(), directory)
                 shutil.rmtree(rd, ignore_errors=True)
 
+
+def installDependencies(pipInstall):
+    """
+    Function to install dependencies of this plug-in.
+    
+    @param pipInstall function to be called with a list of package names.
+    @type function
+    """
+    try:
+        import PyInstaller         # __IGNORE_WARNING__
+    except ImportError:
+        pipInstall(["pyinstaller"])
+
 #
 # eflag: noqa = M801
Binary file PluginPyInstaller.zip has changed
--- a/PyInstaller/Documentation/LICENSE.GPL3	Thu May 27 19:23:58 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,621 +0,0 @@
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
-  The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works.  By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users.  We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors.  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
-  To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights.  Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received.  You must make sure that they, too, receive
-or can get the source code.  And you must show them these terms so they
-know their rights.
-
-  Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
-  For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software.  For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
-  Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so.  This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software.  The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable.  Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products.  If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
-  Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary.  To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                       TERMS AND CONDITIONS
-
-  0. Definitions.
-
-  "This License" refers to version 3 of the GNU General Public License.
-
-  "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
-  "The Program" refers to any copyrightable work licensed under this
-License.  Each licensee is addressed as "you".  "Licensees" and
-"recipients" may be individuals or organizations.
-
-  To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy.  The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
-  A "covered work" means either the unmodified Program or a work based
-on the Program.
-
-  To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy.  Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
-  To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies.  Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
-  An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License.  If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
-  1. Source Code.
-
-  The "source code" for a work means the preferred form of the work
-for making modifications to it.  "Object code" means any non-source
-form of a work.
-
-  A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
-  The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form.  A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
-  The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities.  However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work.  For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
-  The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
-  The Corresponding Source for a work in source code form is that
-same work.
-
-  2. Basic Permissions.
-
-  All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met.  This License explicitly affirms your unlimited
-permission to run the unmodified Program.  The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work.  This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
-  You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force.  You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright.  Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
-  Conveying under any other circumstances is permitted solely under
-the conditions stated below.  Sublicensing is not allowed; section 10
-makes it unnecessary.
-
-  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
-  No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
-  When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
-  4. Conveying Verbatim Copies.
-
-  You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
-  You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
-  5. Conveying Modified Source Versions.
-
-  You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
-    a) The work must carry prominent notices stating that you modified
-    it, and giving a relevant date.
-
-    b) The work must carry prominent notices stating that it is
-    released under this License and any conditions added under section
-    7.  This requirement modifies the requirement in section 4 to
-    "keep intact all notices".
-
-    c) You must license the entire work, as a whole, under this
-    License to anyone who comes into possession of a copy.  This
-    License will therefore apply, along with any applicable section 7
-    additional terms, to the whole of the work, and all its parts,
-    regardless of how they are packaged.  This License gives no
-    permission to license the work in any other way, but it does not
-    invalidate such permission if you have separately received it.
-
-    d) If the work has interactive user interfaces, each must display
-    Appropriate Legal Notices; however, if the Program has interactive
-    interfaces that do not display Appropriate Legal Notices, your
-    work need not make them do so.
-
-  A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit.  Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
-  6. Conveying Non-Source Forms.
-
-  You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
-    a) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by the
-    Corresponding Source fixed on a durable physical medium
-    customarily used for software interchange.
-
-    b) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by a
-    written offer, valid for at least three years and valid for as
-    long as you offer spare parts or customer support for that product
-    model, to give anyone who possesses the object code either (1) a
-    copy of the Corresponding Source for all the software in the
-    product that is covered by this License, on a durable physical
-    medium customarily used for software interchange, for a price no
-    more than your reasonable cost of physically performing this
-    conveying of source, or (2) access to copy the
-    Corresponding Source from a network server at no charge.
-
-    c) Convey individual copies of the object code with a copy of the
-    written offer to provide the Corresponding Source.  This
-    alternative is allowed only occasionally and noncommercially, and
-    only if you received the object code with such an offer, in accord
-    with subsection 6b.
-
-    d) Convey the object code by offering access from a designated
-    place (gratis or for a charge), and offer equivalent access to the
-    Corresponding Source in the same way through the same place at no
-    further charge.  You need not require recipients to copy the
-    Corresponding Source along with the object code.  If the place to
-    copy the object code is a network server, the Corresponding Source
-    may be on a different server (operated by you or a third party)
-    that supports equivalent copying facilities, provided you maintain
-    clear directions next to the object code saying where to find the
-    Corresponding Source.  Regardless of what server hosts the
-    Corresponding Source, you remain obligated to ensure that it is
-    available for as long as needed to satisfy these requirements.
-
-    e) Convey the object code using peer-to-peer transmission, provided
-    you inform other peers where the object code and Corresponding
-    Source of the work are being offered to the general public at no
-    charge under subsection 6d.
-
-  A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
-  A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling.  In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage.  For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product.  A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
-  "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source.  The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
-  If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information.  But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
-  The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed.  Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
-  Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
-  7. Additional Terms.
-
-  "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law.  If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
-  When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it.  (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.)  You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
-  Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
-    a) Disclaiming warranty or limiting liability differently from the
-    terms of sections 15 and 16 of this License; or
-
-    b) Requiring preservation of specified reasonable legal notices or
-    author attributions in that material or in the Appropriate Legal
-    Notices displayed by works containing it; or
-
-    c) Prohibiting misrepresentation of the origin of that material, or
-    requiring that modified versions of such material be marked in
-    reasonable ways as different from the original version; or
-
-    d) Limiting the use for publicity purposes of names of licensors or
-    authors of the material; or
-
-    e) Declining to grant rights under trademark law for use of some
-    trade names, trademarks, or service marks; or
-
-    f) Requiring indemnification of licensors and authors of that
-    material by anyone who conveys the material (or modified versions of
-    it) with contractual assumptions of liability to the recipient, for
-    any liability that these contractual assumptions directly impose on
-    those licensors and authors.
-
-  All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10.  If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term.  If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
-  If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
-  Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
-  8. Termination.
-
-  You may not propagate or modify a covered work except as expressly
-provided under this License.  Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
-  However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
-  Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
-  Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License.  If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
-  9. Acceptance Not Required for Having Copies.
-
-  You are not required to accept this License in order to receive or
-run a copy of the Program.  Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance.  However,
-nothing other than this License grants you permission to propagate or
-modify any covered work.  These actions infringe copyright if you do
-not accept this License.  Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
-  10. Automatic Licensing of Downstream Recipients.
-
-  Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License.  You are not responsible
-for enforcing compliance by third parties with this License.
-
-  An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations.  If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
-  You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License.  For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
-  11. Patents.
-
-  A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based.  The
-work thus licensed is called the contributor's "contributor version".
-
-  A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version.  For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
-  Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
-  In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement).  To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
-  If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients.  "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
-  If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
-  A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License.  You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
-  Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
-  12. No Surrender of Others' Freedom.
-
-  If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all.  For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
-  13. Use with the GNU Affero General Public License.
-
-  Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work.  The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
-  14. Revised Versions of this License.
-
-  The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-  Each version is given a distinguishing version number.  If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation.  If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
-  If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
-  Later license versions may give you additional or different
-permissions.  However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
-  15. Disclaimer of Warranty.
-
-  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. Limitation of Liability.
-
-  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
-  17. Interpretation of Sections 15 and 16.
-
-  If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
-                     END OF TERMS AND CONDITIONS
--- a/PyInstaller/Documentation/source/index.html	Thu May 27 19:23:58 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html><head>
-<title>Table of contents</title>
-<meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
-</head>
-<body>
-<h1>Table of contents</h1>
-
-
-<h3>Packages</h3>
-<table>
-
-<tr>
-<td><a href="index-Plugin_Packager_PyInstaller.html">Plugin_Packager_PyInstaller</a></td>
-<td>Package containing the PyInstaller interface plug-in.</td>
-</tr>
-</table>
-
-</body></html>
\ No newline at end of file
--- a/PyInstaller/PyInstallerCleanupDialog.py	Thu May 27 19:23:58 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,49 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Copyright (c) 2018 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
-#
-
-"""
-Module implementing a dialog to select the cleanup action.
-"""
-
-from PyQt5.QtWidgets import QDialog
-
-from .Ui_PyInstallerCleanupDialog import Ui_PyInstallerCleanupDialog
-
-
-class PyInstallerCleanupDialog(QDialog, Ui_PyInstallerCleanupDialog):
-    """
-    Class implementing a dialog to select the cleanup action.
-    """
-    BuildPath = "build"
-    DistPath = "dist"
-    
-    def __init__(self, parent=None):
-        """
-        Constructor
-        
-        @param parent reference to the parent widget
-        @type QWidget
-        """
-        super().__init__(parent)
-        self.setupUi(self)
-        
-        msh = self.minimumSizeHint()
-        self.resize(max(self.width(), msh.width()), msh.height())
-    
-    def getDirectories(self):
-        """
-        Public method to get the project relative directories to be cleaned.
-        
-        @return list of directories to be removed
-        @rtype list of str
-        """
-        dirs = []
-        
-        if self.buildButton.isChecked() or self.bothButton.isChecked():
-            dirs.append(PyInstallerCleanupDialog.BuildPath)
-        if self.distButton.isChecked() or self.bothButton.isChecked():
-            dirs.append(PyInstallerCleanupDialog.DistPath)
-        
-        return dirs
--- a/PyInstaller/PyInstallerCleanupDialog.ui	Thu May 27 19:23:58 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,101 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>PyInstallerCleanupDialog</class>
- <widget class="QDialog" name="PyInstallerCleanupDialog">
-  <property name="geometry">
-   <rect>
-    <x>0</x>
-    <y>0</y>
-    <width>400</width>
-    <height>158</height>
-   </rect>
-  </property>
-  <property name="windowTitle">
-   <string>Clean PyInstaller</string>
-  </property>
-  <property name="sizeGripEnabled">
-   <bool>true</bool>
-  </property>
-  <layout class="QVBoxLayout" name="verticalLayout">
-   <item>
-    <widget class="QLabel" name="label">
-     <property name="text">
-      <string>Select the PyInstaller directories to be removed:</string>
-     </property>
-     <property name="wordWrap">
-      <bool>true</bool>
-     </property>
-    </widget>
-   </item>
-   <item>
-    <widget class="QRadioButton" name="buildButton">
-     <property name="text">
-      <string>Build Directory</string>
-     </property>
-    </widget>
-   </item>
-   <item>
-    <widget class="QRadioButton" name="distButton">
-     <property name="text">
-      <string>Distribution Directory</string>
-     </property>
-    </widget>
-   </item>
-   <item>
-    <widget class="QRadioButton" name="bothButton">
-     <property name="text">
-      <string>Both Directories</string>
-     </property>
-     <property name="checked">
-      <bool>true</bool>
-     </property>
-    </widget>
-   </item>
-   <item>
-    <widget class="QDialogButtonBox" name="buttonBox">
-     <property name="orientation">
-      <enum>Qt::Horizontal</enum>
-     </property>
-     <property name="standardButtons">
-      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
-     </property>
-    </widget>
-   </item>
-  </layout>
- </widget>
- <resources/>
- <connections>
-  <connection>
-   <sender>buttonBox</sender>
-   <signal>accepted()</signal>
-   <receiver>PyInstallerCleanupDialog</receiver>
-   <slot>accept()</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>248</x>
-     <y>254</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>157</x>
-     <y>274</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>buttonBox</sender>
-   <signal>rejected()</signal>
-   <receiver>PyInstallerCleanupDialog</receiver>
-   <slot>reject()</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>316</x>
-     <y>260</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>286</x>
-     <y>274</y>
-    </hint>
-   </hints>
-  </connection>
- </connections>
-</ui>
--- a/PyInstaller/PyInstallerConfigDialog.py	Thu May 27 19:23:58 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,377 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Copyright (c) 2018 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
-#
-
-"""
-Module implementing PyInstallerConfigDialog.
-"""
-
-import copy
-
-from PyQt5.QtCore import pyqtSlot
-from PyQt5.QtWidgets import QDialog, QDialogButtonBox
-
-from E5Gui.E5PathPicker import E5PathPickerModes
-
-from .Ui_PyInstallerConfigDialog import Ui_PyInstallerConfigDialog
-
-import Globals
-
-
-class PyInstallerConfigDialog(QDialog, Ui_PyInstallerConfigDialog):
-    """
-    Class implementing a dialog to enter the parameters for pyinstaller
-    and pyi-makespec.
-    """
-    def __init__(self, project, executables, params=None, mode="installer",
-                 parent=None):
-        """
-        Constructor
-        
-        @param project reference to the project object
-        @type Project.Project
-        @param executables names of the pyinstaller executables
-        @type list of str
-        @param params parameters to set in the dialog
-        @type dict
-        @param mode mode of the dialog
-        @type str (one of 'installer' or 'spec')
-        @param parent reference to the parent widget
-        @type QWidget
-        """
-        super().__init__(parent)
-        self.setupUi(self)
-        
-        self.__project = project
-        self.__mode = mode
-        
-        self.inputFilePicker.setMode(E5PathPickerModes.OpenFileMode)
-        self.inputFilePicker.setDefaultDirectory(
-            self.__project.getProjectPath())
-        if self.__mode == "installer":
-            self.inputFilePicker.setFilters(self.tr(
-                "Python Files (*.py *.py3);;"
-                "Python GUI Files (*.pyw *.pyw3);;"
-                "Spec Files (*.spec);;"
-                "All Files (*)"
-            ))
-        elif self.__mode == "spec":
-            self.inputFilePicker.setFilters(self.tr(
-                "Python Files (*.py *.py3);;"
-                "Python GUI Files (*.pyw *.pyw3);;"
-                "All Files (*)"
-            ))
-        
-        self.executableCombo.addItems(executables)
-        
-        if not bool(project.getMainScript()):
-            # no main script defined
-            self.selectedScriptButton.setChecked(True)
-            self.mainScriptButton.setEnabled(False)
-        
-        self.iconFilePicker.setMode(E5PathPickerModes.OpenFileMode)
-        self.iconFilePicker.setDefaultDirectory(
-            self.__project.getProjectPath())
-        if Globals.isMacPlatform():
-            self.iconFilePicker.setFilters(self.tr(
-                "Icon Files (*.icns);;"
-                "All Files (*)"
-            ))
-        elif Globals.isWindowsPlatform():
-            self.iconFilePicker.setFilters(self.tr(
-                "Icon Files (*.ico);;"
-                "Executable Files (*.exe);;"
-                "All Files (*)"
-            ))
-        
-        # disable platform specific tabs
-        self.tabWidget.setTabEnabled(
-            self.tabWidget.indexOf(self.windowsMacTab),
-            Globals.isMacPlatform() or Globals.isWindowsPlatform())
-        self.tabWidget.setTabEnabled(
-            self.tabWidget.indexOf(self.macTab),
-            Globals.isMacPlatform())
-        
-        self.__initializeDefaults()
-        
-        # get a copy of the defaults to store the user settings
-        self.__parameters = copy.deepcopy(self.__defaults)
-        
-        # combine it with the values of params
-        if params is not None:
-            self.__parameters.update(params)
-        
-        # initialize general tab
-        if mode == "installer" and bool(self.__parameters["pyinstaller"]):
-            self.executableCombo.setCurrentIndex(
-                self.executableCombo.findText(
-                    self.__parameters["pyinstaller"]))
-        elif mode == "spec" and bool(self.__parameters["pyi-makespec"]):
-            self.executableCombo.setCurrentIndex(
-                self.executableCombo.findText(
-                    self.__parameters["pyi-makespec"]))
-        if self.__parameters["mainscript"]:
-            self.mainScriptButton.setChecked(True)
-        else:
-            self.selectedScriptButton.setChecked(True)
-        self.inputFilePicker.setText(self.__parameters["inputFile"])
-        if self.__parameters["oneDirectory"]:
-            self.oneDirButton.setChecked(True)
-        else:
-            self.oneFileButton.setChecked(True)
-        self.nameEdit.setText(self.__parameters["name"])
-        self.keyEdit.setText(self.__parameters["encryptionKey"])
-        self.cleanCheckBox.setChecked(self.__parameters["cleanBeforeBuilding"])
-        
-        # initialize Windows and macOS tab
-        if self.__parameters["consoleApplication"]:
-            self.consoleButton.setChecked(True)
-        else:
-            self.windowedButton.setChecked(True)
-        self.iconFilePicker.setText(self.__parameters["iconFile"])
-        self.iconIdEdit.setText(self.__parameters["iconId"])
-        
-        # initialize maxOS specific tab
-        self.bundleIdentifierEdit.setText(
-            self.__parameters["bundleIdentifier"])
-        
-        self.__updateOkButton()
-        
-        msh = self.minimumSizeHint()
-        self.resize(max(self.width(), msh.width()), msh.height())
-    
-    def __initializeDefaults(self):
-        """
-        Private method to set the default values.
-        
-        These are needed later on to generate the command line parameters.
-        """
-        self.__defaults = {
-            # general options
-            "pyinstaller": "",
-            "pyi-makespec": "",
-            "mainscript": bool(self.__project.getMainScript()),
-            "inputFile": "",
-            "oneDirectory": True,
-            "name": "",
-            "encryptionKey": "",
-            "cleanBeforeBuilding": False,
-            
-            # Windows and macOS options
-            "consoleApplication": True,
-            "iconFile": "",
-            "iconId": "",
-            
-            # macOS specific options
-            "bundleIdentifier": "",
-        }
-    
-    def generateParameters(self):
-        """
-        Public method that generates the command line parameters.
-        
-        It generates a list of strings to be used to set the QProcess arguments
-        for the pyinstaller/pyi-makespec call and a list containing the non
-        default parameters. The second list can be passed back upon object
-        generation to overwrite the default settings.
-        
-        @return a tuple of the command line parameters, non default parameters
-            and the script path
-        @rtype tuple of (list of str, dict, str)
-        """
-        parms = {}
-        args = []
-        
-        # 1. the program name
-        if self.__mode == "installer":
-            args.append(self.__parameters["pyinstaller"])
-            parms["pyinstaller"] = self.__parameters["pyinstaller"]
-        elif self.__mode == "spec":
-            args.append(self.__parameters["pyi-makespec"])
-            parms["pyi-makespec"] = self.__parameters["pyi-makespec"]
-        
-        # 2. the commandline options
-        # 2.1 general options, input
-        if not self.__parameters["mainscript"]:
-            parms["mainscript"] = False
-            parms["inputFile"] = self.__parameters["inputFile"]
-        
-        runWithSpec = self.__parameters["inputFile"].endswith(".spec")
-        if not runWithSpec:
-            # 2.2 general options, part 1
-            if not self.__parameters["oneDirectory"]:
-                parms["oneDirectory"] = self.__parameters["oneDirectory"]
-                args.append("--onefile")
-            if self.__parameters["name"] != self.__defaults["name"]:
-                parms["name"] = self.__parameters["name"]
-                args.append("--name")
-                args.append(self.__parameters["name"])
-            if (
-                self.__parameters["encryptionKey"] !=
-                self.__defaults["encryptionKey"]
-            ):
-                parms["encryptionKey"] = self.__parameters["encryptionKey"]
-                args.append("--key")
-                args.append(self.__parameters["encryptionKey"])
-        
-            # 2.3 Windows and macOS options
-            if (
-                self.__parameters["consoleApplication"] !=
-                self.__defaults["consoleApplication"]
-            ):
-                parms["consoleApplication"] = (
-                    self.__parameters["consoleApplication"]
-                )
-                args.append("--windowed")
-            if self.__parameters["iconFile"] != self.__defaults["iconFile"]:
-                parms["iconFile"] = self.__parameters["iconFile"]
-                parms["iconId"] = self.__parameters["iconId"]
-                args.append("--icon")
-                if self.__parameters["iconFile"].endswith(".exe"):
-                    if bool(self.__parameters["iconId"]):
-                        iconId = self.__parameters["iconId"]
-                    else:
-                        iconId = "0"
-                    args.append("{0},{1}".format(
-                        self.__parameters["iconFile"], iconId))
-                else:
-                    args.append(self.__parameters["iconFile"])
-        
-            # 2.4 macOS specific options
-            if (
-                self.__parameters["bundleIdentifier"] !=
-                self.__defaults["bundleIdentifier"]
-            ):
-                parms["bundleIdentifier"] = (
-                    self.__parameters["bundleIdentifier"]
-                )
-                args.append("--osx-bundle-identifier")
-                args.append(self.__parameters["bundleIdentifier"])
-        
-        # 2.5 general options, part 2
-        if (
-            self.__parameters["cleanBeforeBuilding"] !=
-            self.__defaults["cleanBeforeBuilding"]
-        ):
-            parms["cleanBeforeBuilding"] = (
-                self.__parameters["cleanBeforeBuilding"]
-            )
-            args.append("--clean")
-        
-        # 3. always add these arguments
-        if self.__mode == "installer":
-            args.append("--noconfirm")  # don't ask the user
-        
-        # determine the script to be processed
-        script = (
-            self.__project.getMainScript()
-            if self.__parameters["mainscript"] else
-            self.__parameters["inputFile"]
-        )
-        
-        return args, parms, script
-
-    def accept(self):
-        """
-        Public method called by the Ok button.
-        
-        It saves the values in the parameters dictionary.
-        """
-        # get data of general tab
-        if self.__mode == "installer":
-            self.__parameters["pyinstaller"] = (
-                self.executableCombo.currentText()
-            )
-        elif self.__mode == "spec":
-            self.__parameters["pyi-makespec"] = (
-                self.executableCombo.currentText()
-            )
-        self.__parameters["mainscript"] = self.mainScriptButton.isChecked()
-        self.__parameters["inputFile"] = self.inputFilePicker.text()
-        self.__parameters["oneDirectory"] = self.oneDirButton.isChecked()
-        self.__parameters["name"] = self.nameEdit.text()
-        self.__parameters["encryptionKey"] = self.keyEdit.text()
-        self.__parameters["cleanBeforeBuilding"] = (
-            self.cleanCheckBox.isChecked()
-        )
-        
-        # get data of Windows and macOS tab
-        self.__parameters["consoleApplication"] = (
-            self.consoleButton.isChecked()
-        )
-        self.__parameters["iconFile"] = self.iconFilePicker.text()
-        self.__parameters["iconId"] = self.iconIdEdit.text()
-        
-        # get data of macOS specific tab
-        self.__parameters["bundleIdentifier"] = (
-            self.bundleIdentifierEdit.text()
-        )
-
-        # call the accept slot of the base class
-        super().accept()
-    
-    def __updateOkButton(self):
-        """
-        Private method to update the enabled state of the OK button.
-        """
-        enable = True
-        
-        # If not to be run with the project main script, a script or
-        # spec file must be selected.
-        if (
-            self.selectedScriptButton.isChecked() and
-            not bool(self.inputFilePicker.text())
-        ):
-            enable = False
-        
-        # If the icon shall be picked from a .exe file, an icon ID
-        # must be entered (Windows only).
-        if (
-            self.iconFilePicker.text().endswith(".exe") and
-            not bool(self.iconIdEdit.text())
-        ):
-            enable = False
-        
-        self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(enable)
-    
-    @pyqtSlot(bool)
-    def on_selectedScriptButton_toggled(self, checked):
-        """
-        Private slot to handle changes of the radio button state.
-        
-        @param checked state of the radio button
-        @type bool
-        """
-        self.__updateOkButton()
-    
-    @pyqtSlot(str)
-    def on_inputFilePicker_textChanged(self, txt):
-        """
-        Private slot to handle changes of the input file.
-        
-        @param txt text of the file edit
-        @type str
-        """
-        self.__updateOkButton()
-    
-    @pyqtSlot(str)
-    def on_iconFilePicker_textChanged(self, txt):
-        """
-        Private slot to handle changes of the icon file.
-        
-        @param txt text of the file edit
-        @type str
-        """
-        self.iconIdEdit.setEnabled(txt.endswith(".exe"))
-        self.__updateOkButton()
-    
-    @pyqtSlot(str)
-    def on_iconIdEdit_textChanged(self, txt):
-        """
-        Private slot to handle changes of the icon ID.
-        
-        @param txt iconID
-        @type str
-        """
-        self.__updateOkButton()
--- a/PyInstaller/PyInstallerConfigDialog.ui	Thu May 27 19:23:58 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,383 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>PyInstallerConfigDialog</class>
- <widget class="QDialog" name="PyInstallerConfigDialog">
-  <property name="geometry">
-   <rect>
-    <x>0</x>
-    <y>0</y>
-    <width>600</width>
-    <height>435</height>
-   </rect>
-  </property>
-  <property name="windowTitle">
-   <string>PyInstaller Configuration</string>
-  </property>
-  <property name="sizeGripEnabled">
-   <bool>true</bool>
-  </property>
-  <layout class="QVBoxLayout" name="verticalLayout">
-   <item>
-    <widget class="QTabWidget" name="tabWidget">
-     <property name="currentIndex">
-      <number>0</number>
-     </property>
-     <widget class="QWidget" name="generalTab">
-      <attribute name="title">
-       <string>&amp;General</string>
-      </attribute>
-      <layout class="QVBoxLayout" name="verticalLayout_2">
-       <item>
-        <widget class="QGroupBox" name="groupBox_2">
-         <property name="title">
-          <string>Executable</string>
-         </property>
-         <layout class="QHBoxLayout" name="horizontalLayout">
-          <item>
-           <widget class="QComboBox" name="executableCombo">
-            <property name="toolTip">
-             <string>Select the executable to be run</string>
-            </property>
-           </widget>
-          </item>
-         </layout>
-        </widget>
-       </item>
-       <item>
-        <widget class="QGroupBox" name="groupBox">
-         <property name="title">
-          <string>Input File</string>
-         </property>
-         <layout class="QGridLayout" name="gridLayout">
-          <item row="0" column="0">
-           <widget class="QRadioButton" name="mainScriptButton">
-            <property name="text">
-             <string>Project Main Script</string>
-            </property>
-            <property name="checked">
-             <bool>true</bool>
-            </property>
-           </widget>
-          </item>
-          <item row="0" column="1">
-           <widget class="QRadioButton" name="selectedScriptButton">
-            <property name="text">
-             <string>Script or Spec File</string>
-            </property>
-           </widget>
-          </item>
-          <item row="1" column="0" colspan="2">
-           <widget class="E5PathPicker" name="inputFilePicker" native="true">
-            <property name="enabled">
-             <bool>false</bool>
-            </property>
-            <property name="focusPolicy">
-             <enum>Qt::StrongFocus</enum>
-            </property>
-           </widget>
-          </item>
-         </layout>
-        </widget>
-       </item>
-       <item>
-        <widget class="QGroupBox" name="groupBox_3">
-         <property name="title">
-          <string>Generate Option</string>
-         </property>
-         <layout class="QHBoxLayout" name="horizontalLayout_2">
-          <item>
-           <widget class="QRadioButton" name="oneDirButton">
-            <property name="text">
-             <string>One Directory</string>
-            </property>
-            <property name="checked">
-             <bool>true</bool>
-            </property>
-           </widget>
-          </item>
-          <item>
-           <widget class="QRadioButton" name="oneFileButton">
-            <property name="text">
-             <string>One File</string>
-            </property>
-           </widget>
-          </item>
-         </layout>
-        </widget>
-       </item>
-       <item>
-        <layout class="QGridLayout" name="gridLayout_2">
-         <item row="0" column="0">
-          <widget class="QLabel" name="label">
-           <property name="text">
-            <string>Name (optional):</string>
-           </property>
-          </widget>
-         </item>
-         <item row="0" column="1">
-          <widget class="E5ClearableLineEdit" name="nameEdit">
-           <property name="toolTip">
-            <string>Enter an optional name for the application</string>
-           </property>
-          </widget>
-         </item>
-         <item row="1" column="0">
-          <widget class="QLabel" name="label_2">
-           <property name="text">
-            <string>Encryption Key (optional):</string>
-           </property>
-          </widget>
-         </item>
-         <item row="1" column="1">
-          <widget class="E5ClearableLineEdit" name="keyEdit">
-           <property name="toolTip">
-            <string>Enter an optional key used to encrypt Python bytecode</string>
-           </property>
-          </widget>
-         </item>
-        </layout>
-       </item>
-       <item>
-        <widget class="QCheckBox" name="cleanCheckBox">
-         <property name="text">
-          <string>Clean Before Building</string>
-         </property>
-        </widget>
-       </item>
-      </layout>
-     </widget>
-     <widget class="QWidget" name="windowsMacTab">
-      <attribute name="title">
-       <string>&amp;Windows and macOS</string>
-      </attribute>
-      <layout class="QVBoxLayout" name="verticalLayout_3">
-       <item>
-        <widget class="QGroupBox" name="groupBox_4">
-         <property name="title">
-          <string>Application Mode</string>
-         </property>
-         <layout class="QHBoxLayout" name="horizontalLayout_3">
-          <item>
-           <widget class="QRadioButton" name="consoleButton">
-            <property name="toolTip">
-             <string>Select for a console application</string>
-            </property>
-            <property name="text">
-             <string>Console Application</string>
-            </property>
-            <property name="checked">
-             <bool>true</bool>
-            </property>
-           </widget>
-          </item>
-          <item>
-           <widget class="QRadioButton" name="windowedButton">
-            <property name="toolTip">
-             <string>Select for a windowed application (i.e. do not open a console window)</string>
-            </property>
-            <property name="text">
-             <string>Windowed Application</string>
-            </property>
-           </widget>
-          </item>
-         </layout>
-        </widget>
-       </item>
-       <item>
-        <widget class="QGroupBox" name="groupBox_5">
-         <property name="title">
-          <string>Icon</string>
-         </property>
-         <layout class="QGridLayout" name="gridLayout_3">
-          <item row="0" column="0">
-           <widget class="QLabel" name="label_3">
-            <property name="text">
-             <string>Icon File:</string>
-            </property>
-           </widget>
-          </item>
-          <item row="0" column="1">
-           <widget class="E5PathPicker" name="iconFilePicker" native="true">
-            <property name="sizePolicy">
-             <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
-              <horstretch>0</horstretch>
-              <verstretch>0</verstretch>
-             </sizepolicy>
-            </property>
-            <property name="focusPolicy">
-             <enum>Qt::StrongFocus</enum>
-            </property>
-            <property name="toolTip">
-             <string/>
-            </property>
-           </widget>
-          </item>
-          <item row="1" column="0">
-           <widget class="QLabel" name="label_4">
-            <property name="text">
-             <string>Icon ID:</string>
-            </property>
-           </widget>
-          </item>
-          <item row="1" column="1">
-           <widget class="E5ClearableLineEdit" name="iconIdEdit">
-            <property name="enabled">
-             <bool>false</bool>
-            </property>
-            <property name="toolTip">
-             <string>Enter the icon ID to be extracted from the exe file</string>
-            </property>
-           </widget>
-          </item>
-         </layout>
-        </widget>
-       </item>
-       <item>
-        <spacer name="verticalSpacer">
-         <property name="orientation">
-          <enum>Qt::Vertical</enum>
-         </property>
-         <property name="sizeHint" stdset="0">
-          <size>
-           <width>20</width>
-           <height>156</height>
-          </size>
-         </property>
-        </spacer>
-       </item>
-      </layout>
-     </widget>
-     <widget class="QWidget" name="macTab">
-      <attribute name="title">
-       <string>&amp;macOS Specific</string>
-      </attribute>
-      <layout class="QVBoxLayout" name="verticalLayout_4">
-       <item>
-        <layout class="QHBoxLayout" name="horizontalLayout_4">
-         <item>
-          <widget class="QLabel" name="label_5">
-           <property name="text">
-            <string>Bundle Identifier:</string>
-           </property>
-          </widget>
-         </item>
-         <item>
-          <widget class="E5ClearableLineEdit" name="bundleIdentifierEdit">
-           <property name="toolTip">
-            <string>Enter the macOS app bundle identifier</string>
-           </property>
-          </widget>
-         </item>
-        </layout>
-       </item>
-       <item>
-        <spacer name="verticalSpacer_2">
-         <property name="orientation">
-          <enum>Qt::Vertical</enum>
-         </property>
-         <property name="sizeHint" stdset="0">
-          <size>
-           <width>20</width>
-           <height>298</height>
-          </size>
-         </property>
-        </spacer>
-       </item>
-      </layout>
-     </widget>
-    </widget>
-   </item>
-   <item>
-    <widget class="QDialogButtonBox" name="buttonBox">
-     <property name="orientation">
-      <enum>Qt::Horizontal</enum>
-     </property>
-     <property name="standardButtons">
-      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
-     </property>
-    </widget>
-   </item>
-  </layout>
- </widget>
- <customwidgets>
-  <customwidget>
-   <class>E5PathPicker</class>
-   <extends>QWidget</extends>
-   <header>E5Gui/E5PathPicker.h</header>
-   <container>1</container>
-  </customwidget>
-  <customwidget>
-   <class>E5ClearableLineEdit</class>
-   <extends>QLineEdit</extends>
-   <header>E5Gui/E5LineEdit.h</header>
-  </customwidget>
- </customwidgets>
- <tabstops>
-  <tabstop>tabWidget</tabstop>
-  <tabstop>executableCombo</tabstop>
-  <tabstop>mainScriptButton</tabstop>
-  <tabstop>selectedScriptButton</tabstop>
-  <tabstop>inputFilePicker</tabstop>
-  <tabstop>oneDirButton</tabstop>
-  <tabstop>oneFileButton</tabstop>
-  <tabstop>nameEdit</tabstop>
-  <tabstop>keyEdit</tabstop>
-  <tabstop>cleanCheckBox</tabstop>
-  <tabstop>consoleButton</tabstop>
-  <tabstop>windowedButton</tabstop>
-  <tabstop>iconFilePicker</tabstop>
-  <tabstop>iconIdEdit</tabstop>
-  <tabstop>bundleIdentifierEdit</tabstop>
- </tabstops>
- <resources/>
- <connections>
-  <connection>
-   <sender>buttonBox</sender>
-   <signal>accepted()</signal>
-   <receiver>PyInstallerConfigDialog</receiver>
-   <slot>accept()</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>227</x>
-     <y>379</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>157</x>
-     <y>274</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>buttonBox</sender>
-   <signal>rejected()</signal>
-   <receiver>PyInstallerConfigDialog</receiver>
-   <slot>reject()</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>295</x>
-     <y>385</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>286</x>
-     <y>274</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>selectedScriptButton</sender>
-   <signal>toggled(bool)</signal>
-   <receiver>inputFilePicker</receiver>
-   <slot>setEnabled(bool)</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>119</x>
-     <y>116</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>124</x>
-     <y>150</y>
-    </hint>
-   </hints>
-  </connection>
- </connections>
-</ui>
--- a/PyInstaller/PyInstallerExecDialog.py	Thu May 27 19:23:58 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,196 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Copyright (c) 2018 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
-#
-
-"""
-Module implementing a dialog to show the output of the pyinstaller/pyi-makespec
-process.
-"""
-
-import os
-
-from PyQt5.QtCore import pyqtSlot, QProcess, QTimer
-from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton
-
-from E5Gui import E5MessageBox
-
-from .Ui_PyInstallerExecDialog import Ui_PyInstallerExecDialog
-
-import Preferences
-
-
-class PyInstallerExecDialog(QDialog, Ui_PyInstallerExecDialog):
-    """
-    Class implementing a dialog to show the output of the
-    pyinstaller/pyi-makespec process.
-    
-    This class starts a QProcess and displays a dialog that
-    shows the output of the packager command process.
-    """
-    def __init__(self, cmdname, parent=None):
-        """
-        Constructor
-        
-        @param cmdname name of the packager
-        @type str
-        @param parent reference to the parent widget
-        @type QWidget
-        """
-        super().__init__(parent)
-        self.setupUi(self)
-        
-        self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False)
-        self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True)
-        
-        self.__process = None
-        self.__cmdname = cmdname    # used for several outputs
-    
-    def start(self, args, parms, project, script):
-        """
-        Public slot to start the packager command.
-        
-        @param args command line arguments for packager program
-        @type list of str
-        @param parms parameters got from the config dialog
-        @type dict
-        @param project reference to the project object
-        @type Project
-        @param script script or spec file name to be processed by by the
-            packager
-        @type str
-        @return flag indicating the successful start of the process
-        @rtype bool
-        """
-        self.__project = project
-        
-        if not os.path.isabs(script):
-            # assume relative paths are relative to the project directory
-            script = os.path.join(self.__project.getProjectPath(), script)
-        dname = os.path.dirname(script)
-        self.__script = os.path.basename(script)
-        
-        self.contents.clear()
-        
-        args.append(self.__script)
-        
-        self.__process = QProcess()
-        self.__process.setWorkingDirectory(dname)
-        
-        self.__process.readyReadStandardOutput.connect(self.__readStdout)
-        self.__process.readyReadStandardError.connect(self.__readStderr)
-        self.__process.finished.connect(self.__finishedProcess)
-            
-        self.setWindowTitle(self.tr('{0} - {1}').format(
-            self.__cmdname, script))
-        self.contents.insertPlainText("{0} {1}\n\n".format(
-            ' '.join(args), os.path.join(dname, self.__script)))
-        self.contents.ensureCursorVisible()
-        
-        program = args.pop(0)
-        self.__process.start(program, args)
-        procStarted = self.__process.waitForStarted()
-        if not procStarted:
-            E5MessageBox.critical(
-                self,
-                self.tr('Process Generation Error'),
-                self.tr(
-                    'The process {0} could not be started. '
-                    'Ensure, that it is in the search path.'
-                ).format(program))
-        return procStarted
-    
-    @pyqtSlot(QAbstractButton)
-    def on_buttonBox_clicked(self, button):
-        """
-        Private slot called by a button of the button box clicked.
-        
-        @param button button that was clicked
-        @type QAbstractButton
-        """
-        if button == self.buttonBox.button(QDialogButtonBox.Close):
-            self.accept()
-        elif button == self.buttonBox.button(QDialogButtonBox.Cancel):
-            self.__finish()
-    
-    def __finish(self):
-        """
-        Private slot called when the process was canceled by the user.
-        
-        It is called when the process finished or
-        the user pressed the cancel button.
-        """
-        if self.__process is not None:
-            self.__process.disconnect(self.__finishedProcess)
-            self.__process.terminate()
-            QTimer.singleShot(2000, self.__process.kill)
-            self.__process.waitForFinished(3000)
-        self.__process = None
-        
-        self.contents.insertPlainText(
-            self.tr('\n{0} aborted.\n').format(self.__cmdname))
-        
-        self.__enableButtons()
-    
-    def __finishedProcess(self):
-        """
-        Private slot called when the process finished.
-        
-        It is called when the process finished or
-        the user pressed the cancel button.
-        """
-        if self.__process.exitStatus() == QProcess.NormalExit:
-            # add the spec file to the project
-            self.__project.addToOthers(
-                os.path.splitext(self.__script)[0] + ".spec")
-        
-        self.__process = None
-
-        self.contents.insertPlainText(
-            self.tr('\n{0} finished.\n').format(self.__cmdname))
-        
-        self.__enableButtons()
-    
-    def __enableButtons(self):
-        """
-        Private slot called when all processes finished.
-        
-        It is called when the process finished or
-        the user pressed the cancel button.
-        """
-        self.buttonBox.button(QDialogButtonBox.Close).setEnabled(True)
-        self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(False)
-        self.buttonBox.button(QDialogButtonBox.Close).setDefault(True)
-        self.contents.ensureCursorVisible()
-
-    def __readStdout(self):
-        """
-        Private slot to handle the readyReadStandardOutput signal.
-        
-        It reads the output of the process, formats it and inserts it into
-        the contents pane.
-        """
-        self.__process.setReadChannel(QProcess.StandardOutput)
-        
-        while self.__process.canReadLine():
-            s = str(self.__process.readAllStandardOutput(),
-                    Preferences.getSystem("IOEncoding"),
-                    'replace')
-            self.contents.insertPlainText(s)
-            self.contents.ensureCursorVisible()
-    
-    def __readStderr(self):
-        """
-        Private slot to handle the readyReadStandardError signal.
-        
-        It reads the error output of the process and inserts it into the
-        error pane.
-        """
-        self.__process.setReadChannel(QProcess.StandardError)
-        
-        while self.__process.canReadLine():
-            s = str(self.__process.readAllStandardError(),
-                    Preferences.getSystem("IOEncoding"),
-                    'replace')
-            self.contents.insertPlainText(s)
-            self.contents.ensureCursorVisible()
--- a/PyInstaller/PyInstallerExecDialog.ui	Thu May 27 19:23:58 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,96 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>PyInstallerExecDialog</class>
- <widget class="QDialog" name="PyInstallerExecDialog">
-  <property name="geometry">
-   <rect>
-    <x>0</x>
-    <y>0</y>
-    <width>750</width>
-    <height>600</height>
-   </rect>
-  </property>
-  <property name="windowTitle">
-   <string>PyInstaller</string>
-  </property>
-  <property name="sizeGripEnabled">
-   <bool>true</bool>
-  </property>
-  <layout class="QVBoxLayout" name="verticalLayout_3">
-   <item>
-    <widget class="QGroupBox" name="messagesGroup">
-     <property name="sizePolicy">
-      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
-       <horstretch>0</horstretch>
-       <verstretch>3</verstretch>
-      </sizepolicy>
-     </property>
-     <property name="title">
-      <string>Messages</string>
-     </property>
-     <layout class="QVBoxLayout" name="verticalLayout">
-      <item>
-       <widget class="QTextBrowser" name="contents">
-        <property name="sizePolicy">
-         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
-          <horstretch>0</horstretch>
-          <verstretch>3</verstretch>
-         </sizepolicy>
-        </property>
-        <property name="whatsThis">
-         <string>&lt;b&gt;Packager Execution&lt;/b&gt;
-&lt;p&gt;This shows the output of the packager command.&lt;/p&gt;</string>
-        </property>
-       </widget>
-      </item>
-     </layout>
-    </widget>
-   </item>
-   <item>
-    <widget class="QDialogButtonBox" name="buttonBox">
-     <property name="orientation">
-      <enum>Qt::Horizontal</enum>
-     </property>
-     <property name="standardButtons">
-      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
-     </property>
-    </widget>
-   </item>
-  </layout>
- </widget>
- <resources/>
- <connections>
-  <connection>
-   <sender>buttonBox</sender>
-   <signal>accepted()</signal>
-   <receiver>PyInstallerExecDialog</receiver>
-   <slot>accept()</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>248</x>
-     <y>254</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>157</x>
-     <y>274</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>buttonBox</sender>
-   <signal>rejected()</signal>
-   <receiver>PyInstallerExecDialog</receiver>
-   <slot>reject()</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>316</x>
-     <y>260</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>286</x>
-     <y>274</y>
-    </hint>
-   </hints>
-  </connection>
- </connections>
-</ui>
--- a/PyInstaller/__init__.py	Thu May 27 19:23:58 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Copyright (c) 2018 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
-#
-
-"""
-Package containing dialogs of the PyInstaller interface plug-in.
-"""
Binary file PyInstaller/i18n/pyinstaller_de.qm has changed
--- a/PyInstaller/i18n/pyinstaller_de.ts	Thu May 27 19:23:58 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,340 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS><TS version="2.0" language="de_DE" sourcelanguage="">
-<context>
-    <name>PyInstallerCleanupDialog</name>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="14"/>
-        <source>Clean PyInstaller</source>
-        <translation>PyInstaller Aufräumen</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="23"/>
-        <source>Select the PyInstaller directories to be removed:</source>
-        <translation>Wähle die zu löschenden PyInstaller Verzeichnisse:</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="33"/>
-        <source>Build Directory</source>
-        <translation>Arbeitsverzeichnis</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="40"/>
-        <source>Distribution Directory</source>
-        <translation>Distributionsverzeichnis</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="47"/>
-        <source>Both Directories</source>
-        <translation>Beide Verzeichnisse</translation>
-    </message>
-</context>
-<context>
-    <name>PyInstallerConfigDialog</name>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="14"/>
-        <source>PyInstaller Configuration</source>
-        <translation>PyInstaller Konfiguration</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="27"/>
-        <source>&amp;General</source>
-        <translation>&amp;Allgemein</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="33"/>
-        <source>Executable</source>
-        <translation>Programm</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="39"/>
-        <source>Select the executable to be run</source>
-        <translation>Wähle das auszuführende Programm</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="49"/>
-        <source>Input File</source>
-        <translation>Eingabedatei</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="55"/>
-        <source>Project Main Script</source>
-        <translation>Projekt Hauptskript</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="65"/>
-        <source>Script or Spec File</source>
-        <translation>Skript oder Spec-Datei</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="85"/>
-        <source>Generate Option</source>
-        <translation>Erzeugunsoptionen</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="91"/>
-        <source>One Directory</source>
-        <translation>Ein Verzeichnis</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="101"/>
-        <source>One File</source>
-        <translation>Eine Datei</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="113"/>
-        <source>Name (optional):</source>
-        <translation>Name (optional):</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="120"/>
-        <source>Enter an optional name for the application</source>
-        <translation>Gib einen optionalen Namen für die Anwendung ein</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="127"/>
-        <source>Encryption Key (optional):</source>
-        <translation>Schlüssel (optional):</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="134"/>
-        <source>Enter an optional key used to encrypt Python bytecode</source>
-        <translation>Gib einen optionalen Schlüsseln zum Verschlüsseln des Python Bytecodes ein</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="143"/>
-        <source>Clean Before Building</source>
-        <translation>Vor dem Bau aufräumen</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="151"/>
-        <source>&amp;Windows and macOS</source>
-        <translation>&amp;Windows und macOS</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="157"/>
-        <source>Application Mode</source>
-        <translation>Art der Anwendung</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="163"/>
-        <source>Select for a console application</source>
-        <translation>Auswählen zum Bau einer Konsolenanwendung</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="166"/>
-        <source>Console Application</source>
-        <translation>Konsolenanwendung</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="176"/>
-        <source>Select for a windowed application (i.e. do not open a console window)</source>
-        <translation>Auswählen zum Bau einer Fensteranwendung (d.h. es wird keine Konsole geöffnet)</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="179"/>
-        <source>Windowed Application</source>
-        <translation>Fensteranwendung</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="189"/>
-        <source>Icon</source>
-        <translation>Icon</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="195"/>
-        <source>Icon File:</source>
-        <translation>Icondatei:</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="218"/>
-        <source>Icon ID:</source>
-        <translation>Icon ID:</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="228"/>
-        <source>Enter the icon ID to be extracted from the exe file</source>
-        <translation>Gib die ID des aus der exe Datei zu extrahierenden Icons ein</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="252"/>
-        <source>&amp;macOS Specific</source>
-        <translation>&amp;macOS Spezifika</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="260"/>
-        <source>Bundle Identifier:</source>
-        <translation>Bundle Identifikation:</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="267"/>
-        <source>Enter the macOS app bundle identifier</source>
-        <translation>Gib die macOS App Bundle Identifikation ein</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="77"/>
-        <source>Icon Files (*.icns);;All Files (*)</source>
-        <translation>Icon Dateien (*.icns);;Alle Dateien (*)</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="82"/>
-        <source>Icon Files (*.ico);;Executable Files (*.exe);;All Files (*)</source>
-        <translation>Icon Dateien (*.ico);;Programm Dateien (*.exe);;Alle Dateien (*)</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="53"/>
-        <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;Spec Files (*.spec);;All Files (*)</source>
-        <translation>Python Dateien (*.py *.py3);;Python GUI Dateien (*.pyw *.pyw3);;Spec Dateien (*.spec);;Alle Dateien (*)</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="60"/>
-        <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source>
-        <translation>Python Dateien (*.py *.py3);;Python GUI Dateien (*.pyw *.pyw3);;Alle Dateien (*)</translation>
-    </message>
-</context>
-<context>
-    <name>PyInstallerExecDialog</name>
-    <message>
-        <location filename="../PyInstallerExecDialog.ui" line="14"/>
-        <source>PyInstaller</source>
-        <translation>PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.ui" line="29"/>
-        <source>Messages</source>
-        <translation>Meldungen</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.ui" line="41"/>
-        <source>&lt;b&gt;Packager Execution&lt;/b&gt;
-&lt;p&gt;This shows the output of the packager command.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Paketierer Ausführung&lt;/b&gt;
-&lt;p&gt;Dies zeigt die Ausgaben des Paketierer Prozesses.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="84"/>
-        <source>{0} - {1}</source>
-        <translation>{0} - {1}</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="94"/>
-        <source>Process Generation Error</source>
-        <translation>Fehler beim Prozessstart</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="94"/>
-        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-        <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="130"/>
-        <source>
-{0} aborted.
-</source>
-        <translation>
-{0} wurde abgebrochen.
-</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="149"/>
-        <source>
-{0} finished.
-</source>
-        <translation>
-{0} beendet.
-</translation>
-    </message>
-</context>
-<context>
-    <name>PyInstallerPlugin</name>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="59"/>
-        <source>Packagers - PyInstaller</source>
-        <translation>Paketierer - PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="228"/>
-        <source>The pyinstaller.exe executable could not be found.</source>
-        <translation>Das Programm pyinstaller.exe konnte nicht gefunden werden.</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="416"/>
-        <source>The pyinstaller executable could not be found.</source>
-        <translation>Das Programm pyinstaller konnte nicht gefunden werden.</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="294"/>
-        <source>Execute PyInstaller</source>
-        <translation>PyInstaller ausführen</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="294"/>
-        <source>Execute Py&amp;Installer</source>
-        <translation>Py&amp;Installer ausführen</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="298"/>
-        <source>Generate a distribution package using PyInstaller</source>
-        <translation>Erzeuge ein Distributionspaket mit PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="300"/>
-        <source>&lt;b&gt;Execute PyInstaller&lt;/b&gt;&lt;p&gt;Generate a distribution package using PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;PyInstaller ausführen&lt;/b&gt;&lt;p&gt;Erzeuge ein Distributionspaket mit PyInstaller. Der Befehl wird im Projektverzeichnis ausgeführt. Alle Dateien und Verzeichnisse müssen als absolute Pfade oder als Pfade relativ zum Projektverzeichnis angegeben werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="312"/>
-        <source>Make PyInstaller Spec File</source>
-        <translation>PyInstaller Spec-Datei erzeugen</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="312"/>
-        <source>Make PyInstaller &amp;Spec File</source>
-        <translation>PyInstaller &amp;Spec-Datei erzeugen</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="316"/>
-        <source>Generate a spec file to be used by PyInstaller</source>
-        <translation>Erzeuge eine Spec-Datei zur Verwendung mit PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="318"/>
-        <source>&lt;b&gt;Make PyInstaller Spec File&lt;/b&gt;&lt;p&gt;Generate a spec file to be used by PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;PyInstaller Spec-Datei erzeugen&lt;/b&gt;&lt;p&gt;Erzeuge eine Spec-Datei zur Verwendung mit PyInstaller. Der Befehl wird im Projektverzeichnis ausgeführt. Alle Dateien und Verzeichnisse müssen als absolute Pfade oder als Pfade relativ zum Projektverzeichnis angegeben werden.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="330"/>
-        <source>Clean PyInstaller</source>
-        <translation>PyInstaller Aufräumen</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="330"/>
-        <source>&amp;Clean PyInstaller</source>
-        <translation>PyInstaller &amp;Aufräumen</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="334"/>
-        <source>Remove the PyInstaller created directories</source>
-        <translation>Lösche die von PyInstaller erzeugten Verzeichnisse</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="336"/>
-        <source>&lt;b&gt;Clean PyInstaller&lt;/b&gt;&lt;p&gt;Remove the PyInstaller created directories (dist and build). These are subdirectories within the project path.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;PyInstaller Aufräumen&lt;/b&gt;&lt;p&gt;Lösche die von PyInstaller erzeugten Verzeichnisse (dist und build). Diese Verzeichnisse befinden sich unter dem Projektverzeichnis.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="416"/>
-        <source>pyinstaller</source>
-        <translation>pyinstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="459"/>
-        <source>pyi-makespec</source>
-        <translation>pyi-makespec</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="459"/>
-        <source>The pyi-makespec executable could not be found.</source>
-        <translation>Das Programm pyi-makespec konnte nicht gefunden werden.</translation>
-    </message>
-</context>
-</TS>
--- a/PyInstaller/i18n/pyinstaller_empty.ts	Thu May 27 19:23:58 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,335 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS><TS version="2.0">
-<context>
-    <name>PyInstallerCleanupDialog</name>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="14"/>
-        <source>Clean PyInstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="23"/>
-        <source>Select the PyInstaller directories to be removed:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="33"/>
-        <source>Build Directory</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="40"/>
-        <source>Distribution Directory</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="47"/>
-        <source>Both Directories</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>PyInstallerConfigDialog</name>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="14"/>
-        <source>PyInstaller Configuration</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="27"/>
-        <source>&amp;General</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="33"/>
-        <source>Executable</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="39"/>
-        <source>Select the executable to be run</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="49"/>
-        <source>Input File</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="55"/>
-        <source>Project Main Script</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="65"/>
-        <source>Script or Spec File</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="85"/>
-        <source>Generate Option</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="91"/>
-        <source>One Directory</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="101"/>
-        <source>One File</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="113"/>
-        <source>Name (optional):</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="120"/>
-        <source>Enter an optional name for the application</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="127"/>
-        <source>Encryption Key (optional):</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="134"/>
-        <source>Enter an optional key used to encrypt Python bytecode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="143"/>
-        <source>Clean Before Building</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="151"/>
-        <source>&amp;Windows and macOS</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="157"/>
-        <source>Application Mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="163"/>
-        <source>Select for a console application</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="166"/>
-        <source>Console Application</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="176"/>
-        <source>Select for a windowed application (i.e. do not open a console window)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="179"/>
-        <source>Windowed Application</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="189"/>
-        <source>Icon</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="195"/>
-        <source>Icon File:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="218"/>
-        <source>Icon ID:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="228"/>
-        <source>Enter the icon ID to be extracted from the exe file</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="252"/>
-        <source>&amp;macOS Specific</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="260"/>
-        <source>Bundle Identifier:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="267"/>
-        <source>Enter the macOS app bundle identifier</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="77"/>
-        <source>Icon Files (*.icns);;All Files (*)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="82"/>
-        <source>Icon Files (*.ico);;Executable Files (*.exe);;All Files (*)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="53"/>
-        <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;Spec Files (*.spec);;All Files (*)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="60"/>
-        <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>PyInstallerExecDialog</name>
-    <message>
-        <location filename="../PyInstallerExecDialog.ui" line="14"/>
-        <source>PyInstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.ui" line="29"/>
-        <source>Messages</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.ui" line="41"/>
-        <source>&lt;b&gt;Packager Execution&lt;/b&gt;
-&lt;p&gt;This shows the output of the packager command.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="84"/>
-        <source>{0} - {1}</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="94"/>
-        <source>Process Generation Error</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="94"/>
-        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="130"/>
-        <source>
-{0} aborted.
-</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="149"/>
-        <source>
-{0} finished.
-</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>PyInstallerPlugin</name>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="59"/>
-        <source>Packagers - PyInstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="228"/>
-        <source>The pyinstaller.exe executable could not be found.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="416"/>
-        <source>The pyinstaller executable could not be found.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="294"/>
-        <source>Execute PyInstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="294"/>
-        <source>Execute Py&amp;Installer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="298"/>
-        <source>Generate a distribution package using PyInstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="300"/>
-        <source>&lt;b&gt;Execute PyInstaller&lt;/b&gt;&lt;p&gt;Generate a distribution package using PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="312"/>
-        <source>Make PyInstaller Spec File</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="312"/>
-        <source>Make PyInstaller &amp;Spec File</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="316"/>
-        <source>Generate a spec file to be used by PyInstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="318"/>
-        <source>&lt;b&gt;Make PyInstaller Spec File&lt;/b&gt;&lt;p&gt;Generate a spec file to be used by PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="330"/>
-        <source>Clean PyInstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="330"/>
-        <source>&amp;Clean PyInstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="334"/>
-        <source>Remove the PyInstaller created directories</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="336"/>
-        <source>&lt;b&gt;Clean PyInstaller&lt;/b&gt;&lt;p&gt;Remove the PyInstaller created directories (dist and build). These are subdirectories within the project path.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="416"/>
-        <source>pyinstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="459"/>
-        <source>pyi-makespec</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="459"/>
-        <source>The pyi-makespec executable could not be found.</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-</TS>
Binary file PyInstaller/i18n/pyinstaller_en.qm has changed
--- a/PyInstaller/i18n/pyinstaller_en.ts	Thu May 27 19:23:58 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,335 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS><TS version="2.0" language="en_US" sourcelanguage="">
-<context>
-    <name>PyInstallerCleanupDialog</name>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="14"/>
-        <source>Clean PyInstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="23"/>
-        <source>Select the PyInstaller directories to be removed:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="33"/>
-        <source>Build Directory</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="40"/>
-        <source>Distribution Directory</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="47"/>
-        <source>Both Directories</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>PyInstallerConfigDialog</name>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="14"/>
-        <source>PyInstaller Configuration</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="27"/>
-        <source>&amp;General</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="33"/>
-        <source>Executable</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="39"/>
-        <source>Select the executable to be run</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="49"/>
-        <source>Input File</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="55"/>
-        <source>Project Main Script</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="65"/>
-        <source>Script or Spec File</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="85"/>
-        <source>Generate Option</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="91"/>
-        <source>One Directory</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="101"/>
-        <source>One File</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="113"/>
-        <source>Name (optional):</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="120"/>
-        <source>Enter an optional name for the application</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="127"/>
-        <source>Encryption Key (optional):</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="134"/>
-        <source>Enter an optional key used to encrypt Python bytecode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="143"/>
-        <source>Clean Before Building</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="151"/>
-        <source>&amp;Windows and macOS</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="157"/>
-        <source>Application Mode</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="163"/>
-        <source>Select for a console application</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="166"/>
-        <source>Console Application</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="176"/>
-        <source>Select for a windowed application (i.e. do not open a console window)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="179"/>
-        <source>Windowed Application</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="189"/>
-        <source>Icon</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="195"/>
-        <source>Icon File:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="218"/>
-        <source>Icon ID:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="228"/>
-        <source>Enter the icon ID to be extracted from the exe file</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="252"/>
-        <source>&amp;macOS Specific</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="260"/>
-        <source>Bundle Identifier:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="267"/>
-        <source>Enter the macOS app bundle identifier</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="77"/>
-        <source>Icon Files (*.icns);;All Files (*)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="82"/>
-        <source>Icon Files (*.ico);;Executable Files (*.exe);;All Files (*)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="53"/>
-        <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;Spec Files (*.spec);;All Files (*)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="60"/>
-        <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>PyInstallerExecDialog</name>
-    <message>
-        <location filename="../PyInstallerExecDialog.ui" line="14"/>
-        <source>PyInstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.ui" line="29"/>
-        <source>Messages</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.ui" line="41"/>
-        <source>&lt;b&gt;Packager Execution&lt;/b&gt;
-&lt;p&gt;This shows the output of the packager command.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="84"/>
-        <source>{0} - {1}</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="94"/>
-        <source>Process Generation Error</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="94"/>
-        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="130"/>
-        <source>
-{0} aborted.
-</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="149"/>
-        <source>
-{0} finished.
-</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>PyInstallerPlugin</name>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="59"/>
-        <source>Packagers - PyInstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="228"/>
-        <source>The pyinstaller.exe executable could not be found.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="416"/>
-        <source>The pyinstaller executable could not be found.</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="294"/>
-        <source>Execute PyInstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="294"/>
-        <source>Execute Py&amp;Installer</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="298"/>
-        <source>Generate a distribution package using PyInstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="300"/>
-        <source>&lt;b&gt;Execute PyInstaller&lt;/b&gt;&lt;p&gt;Generate a distribution package using PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="312"/>
-        <source>Make PyInstaller Spec File</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="312"/>
-        <source>Make PyInstaller &amp;Spec File</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="316"/>
-        <source>Generate a spec file to be used by PyInstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="318"/>
-        <source>&lt;b&gt;Make PyInstaller Spec File&lt;/b&gt;&lt;p&gt;Generate a spec file to be used by PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="330"/>
-        <source>Clean PyInstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="330"/>
-        <source>&amp;Clean PyInstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="334"/>
-        <source>Remove the PyInstaller created directories</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="336"/>
-        <source>&lt;b&gt;Clean PyInstaller&lt;/b&gt;&lt;p&gt;Remove the PyInstaller created directories (dist and build). These are subdirectories within the project path.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="416"/>
-        <source>pyinstaller</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="459"/>
-        <source>pyi-makespec</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="459"/>
-        <source>The pyi-makespec executable could not be found.</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-</TS>
Binary file PyInstaller/i18n/pyinstaller_es.qm has changed
--- a/PyInstaller/i18n/pyinstaller_es.ts	Thu May 27 19:23:58 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,350 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS><TS version="2.0" language="es_ES" sourcelanguage="">
-<context>
-    <name>PyInstallerCleanupDialog</name>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="14"/>
-        <source>Clean PyInstaller</source>
-        <translation>Limpiar PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="23"/>
-        <source>Select the PyInstaller directories to be removed:</source>
-        <translation>Seleccionar los directorios de PyInstaller a eliminar:</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="33"/>
-        <source>Build Directory</source>
-        <translation>Directorio build</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="40"/>
-        <source>Distribution Directory</source>
-        <translation>Directorio de distribución</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="47"/>
-        <source>Both Directories</source>
-        <translation>Ambos directorios</translation>
-    </message>
-</context>
-<context>
-    <name>PyInstallerConfigDialog</name>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="14"/>
-        <source>PyInstaller Configuration</source>
-        <translation>Configuración de PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="27"/>
-        <source>&amp;General</source>
-        <translation>&amp;General</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="33"/>
-        <source>Executable</source>
-        <translation>Ejecutable</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="39"/>
-        <source>Select the executable to be run</source>
-        <translation>Seleccionar el archivo ejecutable</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="49"/>
-        <source>Input File</source>
-        <translation>Archivo de Input</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="55"/>
-        <source>Project Main Script</source>
-        <translation>Script Principal del Proyecto</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="65"/>
-        <source>Script or Spec File</source>
-        <translation>Script o Archivo Spec</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="85"/>
-        <source>Generate Option</source>
-        <translation>Opción Generar</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="91"/>
-        <source>One Directory</source>
-        <translation>Un Directorio</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="101"/>
-        <source>One File</source>
-        <translation>Un Archivo</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="113"/>
-        <source>Name (optional):</source>
-        <translation>Nombre (opcional):</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="120"/>
-        <source>Enter an optional name for the application</source>
-        <translation>Introducir un nombre opcional para la aplicación</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="127"/>
-        <source>Encryption Key (optional):</source>
-        <translation>Clave de Encriptación (opcional):</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="134"/>
-        <source>Enter an optional key used to encrypt Python bytecode</source>
-        <translation>Introducir una clave opcional para encriptar el bytecode de Python</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="143"/>
-        <source>Clean Before Building</source>
-        <translation>Limpiar Antes de Construir</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="151"/>
-        <source>&amp;Windows and macOS</source>
-        <translation>&amp;Windows y macOS</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="157"/>
-        <source>Application Mode</source>
-        <translation>Modo de Aplicación</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="163"/>
-        <source>Select for a console application</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="166"/>
-        <source>Console Application</source>
-        <translation>Aplicación de Consola</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="176"/>
-        <source>Select for a windowed application (i.e. do not open a console window)</source>
-        <translation>Seleccionar una aplicación de ventana (sin abrir una ventana de consola)</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="179"/>
-        <source>Windowed Application</source>
-        <translation>Aplicación de Ventana</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="189"/>
-        <source>Icon</source>
-        <translation>Icono</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="195"/>
-        <source>Icon File:</source>
-        <translation>Archivo de Icono:</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="218"/>
-        <source>Icon ID:</source>
-        <translation>ID de Icono:</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="228"/>
-        <source>Enter the icon ID to be extracted from the exe file</source>
-        <translation>Introducir el ID de icono a extraer del archivo exe</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="252"/>
-        <source>&amp;macOS Specific</source>
-        <translation>Específico de &amp;macOS</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="260"/>
-        <source>Bundle Identifier:</source>
-        <translation>Identificador de Bundle:</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="267"/>
-        <source>Enter the macOS app bundle identifier</source>
-        <translation>Introducir el identificador de bundle de macOS</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="57"/>
-        <source>Python Files (*.py *.py2 *.py3);;Python GUI Files (*.pyw *.pyw2 *.pyw3);;Spec Files (*.spec);;All Files (*)</source>
-        <translation type="obsolete">Archivos Python (*.py *.py2 *.py3);;Archivos de Python GUI (*.pyw *.pyw2 *.pyw3);;Archivos Spec (*.spec);;Todos los Archivos (*)</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="64"/>
-        <source>Python Files (*.py *.py2 *.py3);;Python GUI Files (*.pyw *.pyw2 *.pyw3);;All Files (*)</source>
-        <translation type="obsolete">Archivos Python (*.py *.py2 *.py3);;Archivos de Python GUI (*.pyw *.pyw2 *.pyw3);;Todos los Archivos (*)</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="77"/>
-        <source>Icon Files (*.icns);;All Files (*)</source>
-        <translation>Archivos de Icono (*.icns);;Todos los Archivos (*)</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="82"/>
-        <source>Icon Files (*.ico);;Executable Files (*.exe);;All Files (*)</source>
-        <translation>Archivos de Icono (*.ico);;Archivos Ejecutables (*.exe);;Todos los Archivos (*)</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="53"/>
-        <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;Spec Files (*.spec);;All Files (*)</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="60"/>
-        <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source>
-        <translation type="unfinished"></translation>
-    </message>
-</context>
-<context>
-    <name>PyInstallerExecDialog</name>
-    <message>
-        <location filename="../PyInstallerExecDialog.ui" line="14"/>
-        <source>PyInstaller</source>
-        <translation>PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.ui" line="29"/>
-        <source>Messages</source>
-        <translation>Mensajes</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.ui" line="41"/>
-        <source>&lt;b&gt;Packager Execution&lt;/b&gt;
-&lt;p&gt;This shows the output of the packager command.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Ejecución del Packager&lt;/b&gt;
-&lt;p&gt;Muestra la salida del comando de packager.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="84"/>
-        <source>{0} - {1}</source>
-        <translation>{0} - {1}</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="94"/>
-        <source>Process Generation Error</source>
-        <translation>Error de Generación de Proceso</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="94"/>
-        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-        <translation>El proceso {0} no se ha podido iniciar. Asegúrese de que está en la ruta de búsqueda.</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="130"/>
-        <source>
-{0} aborted.
-</source>
-        <translation>
-{0} abortado.
-</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="149"/>
-        <source>
-{0} finished.
-</source>
-        <translation>
-{0} finalizado.
-</translation>
-    </message>
-</context>
-<context>
-    <name>PyInstallerPlugin</name>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="59"/>
-        <source>Packagers - PyInstaller</source>
-        <translation>Packagers - PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="228"/>
-        <source>The pyinstaller.exe executable could not be found.</source>
-        <translation>No se ha encontrado el ejecutable pyinstaller.exe.</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="416"/>
-        <source>The pyinstaller executable could not be found.</source>
-        <translation>No se ha encontrado el ejecutable pyinstaller.</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="294"/>
-        <source>Execute PyInstaller</source>
-        <translation>Ejecutar PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="294"/>
-        <source>Execute Py&amp;Installer</source>
-        <translation>Ejecutar Py&amp;Installer</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="298"/>
-        <source>Generate a distribution package using PyInstaller</source>
-        <translation>Generar un package de distribución utilizando PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="300"/>
-        <source>&lt;b&gt;Execute PyInstaller&lt;/b&gt;&lt;p&gt;Generate a distribution package using PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Ejecutar PyInstaller&lt;/b&gt;&lt;p&gt;Generar un package de  distribución usando PyInstaller. El comando se ejecuta desde la ruta del proyecto. Todos los archivos y directorios se deben proporcionar como una ruta absoluta o relativa al directorio del proyecto.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="312"/>
-        <source>Make PyInstaller Spec File</source>
-        <translation>Hacer Archivo Spec de PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="312"/>
-        <source>Make PyInstaller &amp;Spec File</source>
-        <translation>Hacer Archivo &amp;Spec de PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="316"/>
-        <source>Generate a spec file to be used by PyInstaller</source>
-        <translation>Generar un archivo spec a utilizar por parte de PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="318"/>
-        <source>&lt;b&gt;Make PyInstaller Spec File&lt;/b&gt;&lt;p&gt;Generate a spec file to be used by PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Hacer Archivo Spec de PyInstaller&lt;/b&gt;&lt;p&gt;Generar un archivo spec a utilizar por PyInstaller. El comando se ejecuta en la ruta del proyecto. Todos los archivos y directorios se deben proporcionar como una ruta absoluta o relativa al directorio del proyecto.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="330"/>
-        <source>Clean PyInstaller</source>
-        <translation>Limpiar PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="330"/>
-        <source>&amp;Clean PyInstaller</source>
-        <translation>&amp;Limpiar PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="334"/>
-        <source>Remove the PyInstaller created directories</source>
-        <translation>Eliminar los directorios creados por PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="336"/>
-        <source>&lt;b&gt;Clean PyInstaller&lt;/b&gt;&lt;p&gt;Remove the PyInstaller created directories (dist and build). These are subdirectories within the project path.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Limpiar PyInstaller&lt;/b&gt;&lt;p&gt;Eliminar los directorios creados por PyInstaller (dist and build). Se trata de subdirectorios dentro de la ruta del proyecto.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="416"/>
-        <source>pyinstaller</source>
-        <translation>pyinstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="459"/>
-        <source>pyi-makespec</source>
-        <translation>pyi-makespec</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="459"/>
-        <source>The pyi-makespec executable could not be found.</source>
-        <translation>No se ha encontrado el ejecutable pyi-makespec.</translation>
-    </message>
-</context>
-</TS>
Binary file PyInstaller/i18n/pyinstaller_ru.qm has changed
--- a/PyInstaller/i18n/pyinstaller_ru.ts	Thu May 27 19:23:58 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,340 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS><TS version="2.0" language="ru_RU" sourcelanguage="">
-<context>
-    <name>PyInstallerCleanupDialog</name>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="14"/>
-        <source>Clean PyInstaller</source>
-        <translation>Очистить PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="23"/>
-        <source>Select the PyInstaller directories to be removed:</source>
-        <translation>Выберите директории PyInstaller для удаления:</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="33"/>
-        <source>Build Directory</source>
-        <translation>Директория Build</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="40"/>
-        <source>Distribution Directory</source>
-        <translation>Директория Dis</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerCleanupDialog.ui" line="47"/>
-        <source>Both Directories</source>
-        <translation>Обе директории</translation>
-    </message>
-</context>
-<context>
-    <name>PyInstallerConfigDialog</name>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="14"/>
-        <source>PyInstaller Configuration</source>
-        <translation>Настройка параметров PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="27"/>
-        <source>&amp;General</source>
-        <translation>&amp;Основные</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="33"/>
-        <source>Executable</source>
-        <translation>Исполняемые файлы</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="39"/>
-        <source>Select the executable to be run</source>
-        <translation>Выберите исполняемый файл для выполнения</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="49"/>
-        <source>Input File</source>
-        <translation>Файл ввода</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="55"/>
-        <source>Project Main Script</source>
-        <translation>Главный сценарий проект</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="65"/>
-        <source>Script or Spec File</source>
-        <translation>Скрипт или файл спецификации</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="85"/>
-        <source>Generate Option</source>
-        <translation>Опции создания</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="91"/>
-        <source>One Directory</source>
-        <translation>Одна директория</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="101"/>
-        <source>One File</source>
-        <translation>Один файл</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="113"/>
-        <source>Name (optional):</source>
-        <translation>Имя (опционально):</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="120"/>
-        <source>Enter an optional name for the application</source>
-        <translation>Введите дополнительное имя приложения</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="127"/>
-        <source>Encryption Key (optional):</source>
-        <translation>Ключ кодировки (опционально):</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="134"/>
-        <source>Enter an optional key used to encrypt Python bytecode</source>
-        <translation>Введите опциональный ключ, используемый для кодирования байткода Python</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="143"/>
-        <source>Clean Before Building</source>
-        <translation>Очищать перед созданием пакета</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="151"/>
-        <source>&amp;Windows and macOS</source>
-        <translation>&amp;Windows и macOS</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="157"/>
-        <source>Application Mode</source>
-        <translation>Режим приложения</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="163"/>
-        <source>Select for a console application</source>
-        <translation>Создание консольного приложения</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="166"/>
-        <source>Console Application</source>
-        <translation>Консольное приложение</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="176"/>
-        <source>Select for a windowed application (i.e. do not open a console window)</source>
-        <translation>Создание оконного приложения (т.е. без открытия окна консоли)</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="179"/>
-        <source>Windowed Application</source>
-        <translation>Оконное приложение</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="189"/>
-        <source>Icon</source>
-        <translation>Иконка</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="195"/>
-        <source>Icon File:</source>
-        <translation>Файл иконки:</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="218"/>
-        <source>Icon ID:</source>
-        <translation>ID иконки:</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="228"/>
-        <source>Enter the icon ID to be extracted from the exe file</source>
-        <translation>Введите ID иконки для извлечения его из .exe файла</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="252"/>
-        <source>&amp;macOS Specific</source>
-        <translation>Спецификация &amp;macOS</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="260"/>
-        <source>Bundle Identifier:</source>
-        <translation>Идентификатор пакета:</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.ui" line="267"/>
-        <source>Enter the macOS app bundle identifier</source>
-        <translation>Введите идентификатор пакета приложений macOS</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="77"/>
-        <source>Icon Files (*.icns);;All Files (*)</source>
-        <translation>Файлы иконок (*.icns);;Все файлы (*)</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="82"/>
-        <source>Icon Files (*.ico);;Executable Files (*.exe);;All Files (*)</source>
-        <translation>Файлы иконок (*.ico);;Исполняемые файлы (*.exe);;Все файлы (*)</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="53"/>
-        <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;Spec Files (*.spec);;All Files (*)</source>
-        <translation>Файлы Python (*.py *.py3);;Файлы Python GUI (*.pyw *.pyw3);;Файлы Spec (*.spec);;Все файлы (*)</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerConfigDialog.py" line="60"/>
-        <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source>
-        <translation>Файлы Python (*.py *.py3);;Файлы Python GUI (*.pyw *.pyw3);;Все файлы (*)</translation>
-    </message>
-</context>
-<context>
-    <name>PyInstallerExecDialog</name>
-    <message>
-        <location filename="../PyInstallerExecDialog.ui" line="14"/>
-        <source>PyInstaller</source>
-        <translation>PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.ui" line="29"/>
-        <source>Messages</source>
-        <translation>Сообщения</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.ui" line="41"/>
-        <source>&lt;b&gt;Packager Execution&lt;/b&gt;
-&lt;p&gt;This shows the output of the packager command.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Работа упаковщика&lt;/b&gt;
-&lt;p&gt;Отображение вывода команд упаковщика.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="84"/>
-        <source>{0} - {1}</source>
-        <translation>{0} - {1}</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="94"/>
-        <source>Process Generation Error</source>
-        <translation>Ошибка в процессе создания</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="94"/>
-        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
-        <translation>Невозможно запустить процесс {0}. Убедитесь, что он находится в путях поиска.</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="130"/>
-        <source>
-{0} aborted.
-</source>
-        <translation>
-Работа {0} прервана.
-</translation>
-    </message>
-    <message>
-        <location filename="../PyInstallerExecDialog.py" line="149"/>
-        <source>
-{0} finished.
-</source>
-        <translation>
-Работа {0} завершена.
-</translation>
-    </message>
-</context>
-<context>
-    <name>PyInstallerPlugin</name>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="59"/>
-        <source>Packagers - PyInstaller</source>
-        <translation>Упаковщик - PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="228"/>
-        <source>The pyinstaller.exe executable could not be found.</source>
-        <translation>Невозможно найти исполняемый файл pyinstaller.exe.</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="416"/>
-        <source>The pyinstaller executable could not be found.</source>
-        <translation>Невозможно найти исполняемый файл pyinstaller.</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="294"/>
-        <source>Execute PyInstaller</source>
-        <translation>Выполнить PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="294"/>
-        <source>Execute Py&amp;Installer</source>
-        <translation>Выполнить Py&amp;Installer</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="298"/>
-        <source>Generate a distribution package using PyInstaller</source>
-        <translation>Создать дистрибутивный пакет с помощью PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="300"/>
-        <source>&lt;b&gt;Execute PyInstaller&lt;/b&gt;&lt;p&gt;Generate a distribution package using PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Выполнить PyInstaller&lt;/b&gt;&lt;p&gt;Создание дистрибутивного пакета посредством PyInstaller. Команда выполняется в путях проекта. Все файлы и директории должны быть указаны абсолютно или относительно директории проекта.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="312"/>
-        <source>Make PyInstaller Spec File</source>
-        <translation>Создать файл спецификации PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="312"/>
-        <source>Make PyInstaller &amp;Spec File</source>
-        <translation>Создать файл &amp;спецификации PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="316"/>
-        <source>Generate a spec file to be used by PyInstaller</source>
-        <translation>Создать файл спецификации, который будет использован PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="318"/>
-        <source>&lt;b&gt;Make PyInstaller Spec File&lt;/b&gt;&lt;p&gt;Generate a spec file to be used by PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Создать файл спецификации PyInstaller&lt;/b&gt;&lt;p&gt;Создание файла спецификации посредством PyInstaller. Команда выполняется в путях проекта. Все файлы и директории должны быть указаны абсолютно или относительно директории проекта.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="330"/>
-        <source>Clean PyInstaller</source>
-        <translation>Очистить PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="330"/>
-        <source>&amp;Clean PyInstaller</source>
-        <translation>&amp;Очистить PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="334"/>
-        <source>Remove the PyInstaller created directories</source>
-        <translation>Удалить директории, созданные PyInstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="336"/>
-        <source>&lt;b&gt;Clean PyInstaller&lt;/b&gt;&lt;p&gt;Remove the PyInstaller created directories (dist and build). These are subdirectories within the project path.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Очистить PyInstaller&lt;/b&gt;&lt;p&gt;Удаление директорий (dist и build), созданных PyInstaller. Эти поддиректории находятся в путях проекта.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="416"/>
-        <source>pyinstaller</source>
-        <translation>pyinstaller</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="459"/>
-        <source>pyi-makespec</source>
-        <translation>pyi-makespec</translation>
-    </message>
-    <message>
-        <location filename="../../PluginPyInstaller.py" line="459"/>
-        <source>The pyi-makespec executable could not be found.</source>
-        <translation>Невозможно найти исполняемый файл pyi-makespec.</translation>
-    </message>
-</context>
-</TS>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/Documentation/LICENSE.GPL3	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,621 @@
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+  The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works.  By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.  We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors.  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+  To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights.  Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received.  You must make sure that they, too, receive
+or can get the source code.  And you must show them these terms so they
+know their rights.
+
+  Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+  For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software.  For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+  Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so.  This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software.  The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable.  Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products.  If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+  Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary.  To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                       TERMS AND CONDITIONS
+
+  0. Definitions.
+
+  "This License" refers to version 3 of the GNU General Public License.
+
+  "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+  "The Program" refers to any copyrightable work licensed under this
+License.  Each licensee is addressed as "you".  "Licensees" and
+"recipients" may be individuals or organizations.
+
+  To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy.  The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+  A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+  To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy.  Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+  To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies.  Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+  An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License.  If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+  1. Source Code.
+
+  The "source code" for a work means the preferred form of the work
+for making modifications to it.  "Object code" means any non-source
+form of a work.
+
+  A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+  The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form.  A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+  The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities.  However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work.  For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+  The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+  The Corresponding Source for a work in source code form is that
+same work.
+
+  2. Basic Permissions.
+
+  All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met.  This License explicitly affirms your unlimited
+permission to run the unmodified Program.  The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work.  This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+  You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force.  You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright.  Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+  Conveying under any other circumstances is permitted solely under
+the conditions stated below.  Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+  No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+  When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+  4. Conveying Verbatim Copies.
+
+  You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+  You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+  5. Conveying Modified Source Versions.
+
+  You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+    a) The work must carry prominent notices stating that you modified
+    it, and giving a relevant date.
+
+    b) The work must carry prominent notices stating that it is
+    released under this License and any conditions added under section
+    7.  This requirement modifies the requirement in section 4 to
+    "keep intact all notices".
+
+    c) You must license the entire work, as a whole, under this
+    License to anyone who comes into possession of a copy.  This
+    License will therefore apply, along with any applicable section 7
+    additional terms, to the whole of the work, and all its parts,
+    regardless of how they are packaged.  This License gives no
+    permission to license the work in any other way, but it does not
+    invalidate such permission if you have separately received it.
+
+    d) If the work has interactive user interfaces, each must display
+    Appropriate Legal Notices; however, if the Program has interactive
+    interfaces that do not display Appropriate Legal Notices, your
+    work need not make them do so.
+
+  A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit.  Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+  6. Conveying Non-Source Forms.
+
+  You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+    a) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by the
+    Corresponding Source fixed on a durable physical medium
+    customarily used for software interchange.
+
+    b) Convey the object code in, or embodied in, a physical product
+    (including a physical distribution medium), accompanied by a
+    written offer, valid for at least three years and valid for as
+    long as you offer spare parts or customer support for that product
+    model, to give anyone who possesses the object code either (1) a
+    copy of the Corresponding Source for all the software in the
+    product that is covered by this License, on a durable physical
+    medium customarily used for software interchange, for a price no
+    more than your reasonable cost of physically performing this
+    conveying of source, or (2) access to copy the
+    Corresponding Source from a network server at no charge.
+
+    c) Convey individual copies of the object code with a copy of the
+    written offer to provide the Corresponding Source.  This
+    alternative is allowed only occasionally and noncommercially, and
+    only if you received the object code with such an offer, in accord
+    with subsection 6b.
+
+    d) Convey the object code by offering access from a designated
+    place (gratis or for a charge), and offer equivalent access to the
+    Corresponding Source in the same way through the same place at no
+    further charge.  You need not require recipients to copy the
+    Corresponding Source along with the object code.  If the place to
+    copy the object code is a network server, the Corresponding Source
+    may be on a different server (operated by you or a third party)
+    that supports equivalent copying facilities, provided you maintain
+    clear directions next to the object code saying where to find the
+    Corresponding Source.  Regardless of what server hosts the
+    Corresponding Source, you remain obligated to ensure that it is
+    available for as long as needed to satisfy these requirements.
+
+    e) Convey the object code using peer-to-peer transmission, provided
+    you inform other peers where the object code and Corresponding
+    Source of the work are being offered to the general public at no
+    charge under subsection 6d.
+
+  A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+  A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling.  In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage.  For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product.  A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+  "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source.  The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+  If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information.  But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+  The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed.  Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+  Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+  7. Additional Terms.
+
+  "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law.  If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+  When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it.  (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.)  You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+  Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+    a) Disclaiming warranty or limiting liability differently from the
+    terms of sections 15 and 16 of this License; or
+
+    b) Requiring preservation of specified reasonable legal notices or
+    author attributions in that material or in the Appropriate Legal
+    Notices displayed by works containing it; or
+
+    c) Prohibiting misrepresentation of the origin of that material, or
+    requiring that modified versions of such material be marked in
+    reasonable ways as different from the original version; or
+
+    d) Limiting the use for publicity purposes of names of licensors or
+    authors of the material; or
+
+    e) Declining to grant rights under trademark law for use of some
+    trade names, trademarks, or service marks; or
+
+    f) Requiring indemnification of licensors and authors of that
+    material by anyone who conveys the material (or modified versions of
+    it) with contractual assumptions of liability to the recipient, for
+    any liability that these contractual assumptions directly impose on
+    those licensors and authors.
+
+  All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10.  If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term.  If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+  If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+  Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+  8. Termination.
+
+  You may not propagate or modify a covered work except as expressly
+provided under this License.  Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+  However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+  Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+  Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License.  If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+  9. Acceptance Not Required for Having Copies.
+
+  You are not required to accept this License in order to receive or
+run a copy of the Program.  Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance.  However,
+nothing other than this License grants you permission to propagate or
+modify any covered work.  These actions infringe copyright if you do
+not accept this License.  Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+  10. Automatic Licensing of Downstream Recipients.
+
+  Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License.  You are not responsible
+for enforcing compliance by third parties with this License.
+
+  An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations.  If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+  You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License.  For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+  11. Patents.
+
+  A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based.  The
+work thus licensed is called the contributor's "contributor version".
+
+  A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version.  For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+  Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+  In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement).  To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+  If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients.  "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+  If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+  A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License.  You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+  Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+  12. No Surrender of Others' Freedom.
+
+  If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all.  For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+  13. Use with the GNU Affero General Public License.
+
+  Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work.  The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+  14. Revised Versions of this License.
+
+  The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+  Each version is given a distinguishing version number.  If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation.  If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+  If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+  Later license versions may give you additional or different
+permissions.  However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+  15. Disclaimer of Warranty.
+
+  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. Limitation of Liability.
+
+  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+  17. Interpretation of Sections 15 and 16.
+
+  If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+                     END OF TERMS AND CONDITIONS
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/Documentation/source/Plugin_Packager_PyInstaller.PluginPyInstaller.html	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,330 @@
+<!DOCTYPE html>
+<html><head>
+<title>Plugin_Packager_PyInstaller.PluginPyInstaller</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body>
+<a NAME="top" ID="top"></a>
+<h1>Plugin_Packager_PyInstaller.PluginPyInstaller</h1>
+
+<p>
+Module implementing the PyInstaller interface plug-in.
+</p>
+<h3>Global Attributes</h3>
+
+<table>
+<tr><td>author</td></tr><tr><td>autoactivate</td></tr><tr><td>className</td></tr><tr><td>deactivateable</td></tr><tr><td>error</td></tr><tr><td>exePy3</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>needsRestart</td></tr><tr><td>packageName</td></tr><tr><td>pyqtApi</td></tr><tr><td>shortDescription</td></tr><tr><td>version</td></tr>
+</table>
+<h3>Classes</h3>
+
+<table>
+
+<tr>
+<td><a href="#PyInstallerPlugin">PyInstallerPlugin</a></td>
+<td>Class implementing the PyInstaller interface plug-in.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+
+<table>
+
+<tr>
+<td><a href="#_checkProgram">_checkProgram</a></td>
+<td>Restricted function to check the availability of pyinstaller.</td>
+</tr>
+<tr>
+<td><a href="#_findExecutable">_findExecutable</a></td>
+<td>Restricted function to determine the names of the executables.</td>
+</tr>
+<tr>
+<td><a href="#exeDisplayDataList">exeDisplayDataList</a></td>
+<td>Module function to support the display of some executable info.</td>
+</tr>
+<tr>
+<td><a href="#getExePath">getExePath</a></td>
+<td></td>
+</tr>
+<tr>
+<td><a href="#installDependencies">installDependencies</a></td>
+<td>Function to install dependencies of this plug-in.</td>
+</tr>
+</table>
+<hr />
+<hr />
+<a NAME="PyInstallerPlugin" ID="PyInstallerPlugin"></a>
+<h2>PyInstallerPlugin</h2>
+
+<p>
+    Class implementing the PyInstaller interface plug-in.
+</p>
+<h3>Derived from</h3>
+QObject
+<h3>Class Attributes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Class Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+
+<table>
+
+<tr>
+<td><a href="#PyInstallerPlugin.__init__">PyInstallerPlugin</a></td>
+<td>Constructor</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerPlugin.__initialize">__initialize</a></td>
+<td>Private slot to (re)initialize the plug-in.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerPlugin.__loadTranslator">__loadTranslator</a></td>
+<td>Private method to load the translation file.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerPlugin.__projectShowMenu">__projectShowMenu</a></td>
+<td>Private slot called, when the the project menu or a submenu is about to be shown.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerPlugin.__pyiMakeSpec">__pyiMakeSpec</a></td>
+<td>Private slot to execute the pyi-makespec command for the current project to generate a spec file to be used by pyinstaller.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerPlugin.__pyinstaller">__pyinstaller</a></td>
+<td>Private slot to execute the pyinstaller command for the current project.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerPlugin.__pyinstallerCleanup">__pyinstallerCleanup</a></td>
+<td>Private slot to remove the directories created by pyinstaller.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerPlugin.activate">activate</a></td>
+<td>Public method to activate this plug-in.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerPlugin.deactivate">deactivate</a></td>
+<td>Public method to deactivate this plug-in.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<a NAME="PyInstallerPlugin.__init__" ID="PyInstallerPlugin.__init__"></a>
+<h4>PyInstallerPlugin (Constructor)</h4>
+<b>PyInstallerPlugin</b>(<i>ui</i>)
+
+<p>
+        Constructor
+</p>
+<dl>
+
+<dt><i>ui</i> (UI.UserInterface)</dt>
+<dd>
+reference to the user interface object
+</dd>
+</dl>
+<a NAME="PyInstallerPlugin.__initialize" ID="PyInstallerPlugin.__initialize"></a>
+<h4>PyInstallerPlugin.__initialize</h4>
+<b>__initialize</b>(<i></i>)
+
+<p>
+        Private slot to (re)initialize the plug-in.
+</p>
+<a NAME="PyInstallerPlugin.__loadTranslator" ID="PyInstallerPlugin.__loadTranslator"></a>
+<h4>PyInstallerPlugin.__loadTranslator</h4>
+<b>__loadTranslator</b>(<i></i>)
+
+<p>
+        Private method to load the translation file.
+</p>
+<a NAME="PyInstallerPlugin.__projectShowMenu" ID="PyInstallerPlugin.__projectShowMenu"></a>
+<h4>PyInstallerPlugin.__projectShowMenu</h4>
+<b>__projectShowMenu</b>(<i>menuName, menu</i>)
+
+<p>
+        Private slot called, when the the project menu or a submenu is
+        about to be shown.
+</p>
+<dl>
+
+<dt><i>menuName</i> (str)</dt>
+<dd>
+name of the menu to be shown
+</dd>
+<dt><i>menu</i> (QMenu)</dt>
+<dd>
+reference to the menu
+</dd>
+</dl>
+<a NAME="PyInstallerPlugin.__pyiMakeSpec" ID="PyInstallerPlugin.__pyiMakeSpec"></a>
+<h4>PyInstallerPlugin.__pyiMakeSpec</h4>
+<b>__pyiMakeSpec</b>(<i></i>)
+
+<p>
+        Private slot to execute the pyi-makespec command for the current
+        project to generate a spec file to be used by pyinstaller.
+</p>
+<a NAME="PyInstallerPlugin.__pyinstaller" ID="PyInstallerPlugin.__pyinstaller"></a>
+<h4>PyInstallerPlugin.__pyinstaller</h4>
+<b>__pyinstaller</b>(<i></i>)
+
+<p>
+        Private slot to execute the pyinstaller command for the current
+        project.
+</p>
+<a NAME="PyInstallerPlugin.__pyinstallerCleanup" ID="PyInstallerPlugin.__pyinstallerCleanup"></a>
+<h4>PyInstallerPlugin.__pyinstallerCleanup</h4>
+<b>__pyinstallerCleanup</b>(<i></i>)
+
+<p>
+        Private slot to remove the directories created by pyinstaller.
+</p>
+<a NAME="PyInstallerPlugin.activate" ID="PyInstallerPlugin.activate"></a>
+<h4>PyInstallerPlugin.activate</h4>
+<b>activate</b>(<i></i>)
+
+<p>
+        Public method to activate this plug-in.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+tuple of None and activation status
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (None, bool)
+</dd>
+</dl>
+<a NAME="PyInstallerPlugin.deactivate" ID="PyInstallerPlugin.deactivate"></a>
+<h4>PyInstallerPlugin.deactivate</h4>
+<b>deactivate</b>(<i></i>)
+
+<p>
+        Public method to deactivate this plug-in.
+</p>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
+<a NAME="_checkProgram" ID="_checkProgram"></a>
+<h2>_checkProgram</h2>
+<b>_checkProgram</b>(<i></i>)
+
+<p>
+    Restricted function to check the availability of pyinstaller.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating availability
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
+<a NAME="_findExecutable" ID="_findExecutable"></a>
+<h2>_findExecutable</h2>
+<b>_findExecutable</b>(<i>majorVersion</i>)
+
+<p>
+    Restricted function to determine the names of the executables.
+</p>
+<dl>
+
+<dt><i>majorVersion</i> (int)</dt>
+<dd>
+major python version
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+names of the executables
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
+<a NAME="exeDisplayDataList" ID="exeDisplayDataList"></a>
+<h2>exeDisplayDataList</h2>
+<b>exeDisplayDataList</b>(<i></i>)
+
+<p>
+    Module function to support the display of some executable info.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+list of dictionaries containing the data to query the presence of
+        the executable
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of dict
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
+<a NAME="getExePath" ID="getExePath"></a>
+<h2>getExePath</h2>
+<b>getExePath</b>(<i>branch, access, versionStr</i>)
+
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+<hr />
+<a NAME="installDependencies" ID="installDependencies"></a>
+<h2>installDependencies</h2>
+<b>installDependencies</b>(<i>pipInstall</i>)
+
+<p>
+    Function to install dependencies of this plug-in.
+</p>
+<dl>
+
+<dt><i>pipInstall</i> (function)</dt>
+<dd>
+function to be called with a list of package names.
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/Documentation/source/Plugin_Packager_PyInstaller.PyInstallerInterface.PyInstallerCleanupDialog.html	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,121 @@
+<!DOCTYPE html>
+<html><head>
+<title>Plugin_Packager_PyInstaller.PyInstallerInterface.PyInstallerCleanupDialog</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body>
+<a NAME="top" ID="top"></a>
+<h1>Plugin_Packager_PyInstaller.PyInstallerInterface.PyInstallerCleanupDialog</h1>
+
+<p>
+Module implementing a dialog to select the cleanup action.
+</p>
+<h3>Global Attributes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+
+<table>
+
+<tr>
+<td><a href="#PyInstallerCleanupDialog">PyInstallerCleanupDialog</a></td>
+<td>Class implementing a dialog to select the cleanup action.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr />
+<hr />
+<a NAME="PyInstallerCleanupDialog" ID="PyInstallerCleanupDialog"></a>
+<h2>PyInstallerCleanupDialog</h2>
+
+<p>
+    Class implementing a dialog to select the cleanup action.
+</p>
+<h3>Derived from</h3>
+QDialog, Ui_PyInstallerCleanupDialog
+<h3>Class Attributes</h3>
+
+<table>
+<tr><td>BuildPath</td></tr><tr><td>DistPath</td></tr>
+</table>
+<h3>Class Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+
+<table>
+
+<tr>
+<td><a href="#PyInstallerCleanupDialog.__init__">PyInstallerCleanupDialog</a></td>
+<td>Constructor</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerCleanupDialog.getDirectories">getDirectories</a></td>
+<td>Public method to get the project relative directories to be cleaned.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<a NAME="PyInstallerCleanupDialog.__init__" ID="PyInstallerCleanupDialog.__init__"></a>
+<h4>PyInstallerCleanupDialog (Constructor)</h4>
+<b>PyInstallerCleanupDialog</b>(<i>parent=None</i>)
+
+<p>
+        Constructor
+</p>
+<dl>
+
+<dt><i>parent</i> (QWidget)</dt>
+<dd>
+reference to the parent widget
+</dd>
+</dl>
+<a NAME="PyInstallerCleanupDialog.getDirectories" ID="PyInstallerCleanupDialog.getDirectories"></a>
+<h4>PyInstallerCleanupDialog.getDirectories</h4>
+<b>getDirectories</b>(<i></i>)
+
+<p>
+        Public method to get the project relative directories to be cleaned.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+list of directories to be removed
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/Documentation/source/Plugin_Packager_PyInstaller.PyInstallerInterface.PyInstallerConfigDialog.html	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,256 @@
+<!DOCTYPE html>
+<html><head>
+<title>Plugin_Packager_PyInstaller.PyInstallerInterface.PyInstallerConfigDialog</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body>
+<a NAME="top" ID="top"></a>
+<h1>Plugin_Packager_PyInstaller.PyInstallerInterface.PyInstallerConfigDialog</h1>
+
+<p>
+Module implementing PyInstallerConfigDialog.
+</p>
+<h3>Global Attributes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+
+<table>
+
+<tr>
+<td><a href="#PyInstallerConfigDialog">PyInstallerConfigDialog</a></td>
+<td>Class implementing a dialog to enter the parameters for pyinstaller and pyi-makespec.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr />
+<hr />
+<a NAME="PyInstallerConfigDialog" ID="PyInstallerConfigDialog"></a>
+<h2>PyInstallerConfigDialog</h2>
+
+<p>
+    Class implementing a dialog to enter the parameters for pyinstaller
+    and pyi-makespec.
+</p>
+<h3>Derived from</h3>
+QDialog, Ui_PyInstallerConfigDialog
+<h3>Class Attributes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Class Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+
+<table>
+
+<tr>
+<td><a href="#PyInstallerConfigDialog.__init__">PyInstallerConfigDialog</a></td>
+<td>Constructor</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerConfigDialog.__initializeDefaults">__initializeDefaults</a></td>
+<td>Private method to set the default values.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerConfigDialog.__updateOkButton">__updateOkButton</a></td>
+<td>Private method to update the enabled state of the OK button.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerConfigDialog.accept">accept</a></td>
+<td>Public method called by the Ok button.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerConfigDialog.generateParameters">generateParameters</a></td>
+<td>Public method that generates the command line parameters.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerConfigDialog.on_iconFilePicker_textChanged">on_iconFilePicker_textChanged</a></td>
+<td>Private slot to handle changes of the icon file.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerConfigDialog.on_iconIdEdit_textChanged">on_iconIdEdit_textChanged</a></td>
+<td>Private slot to handle changes of the icon ID.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerConfigDialog.on_inputFilePicker_textChanged">on_inputFilePicker_textChanged</a></td>
+<td>Private slot to handle changes of the input file.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerConfigDialog.on_selectedScriptButton_toggled">on_selectedScriptButton_toggled</a></td>
+<td>Private slot to handle changes of the radio button state.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<a NAME="PyInstallerConfigDialog.__init__" ID="PyInstallerConfigDialog.__init__"></a>
+<h4>PyInstallerConfigDialog (Constructor)</h4>
+<b>PyInstallerConfigDialog</b>(<i>project, executables, params=None, mode="installer", parent=None</i>)
+
+<p>
+        Constructor
+</p>
+<dl>
+
+<dt><i>project</i> (Project.Project)</dt>
+<dd>
+reference to the project object
+</dd>
+<dt><i>executables</i> (list of str)</dt>
+<dd>
+names of the pyinstaller executables
+</dd>
+<dt><i>params</i> (dict)</dt>
+<dd>
+parameters to set in the dialog
+</dd>
+<dt><i>mode</i> (str (one of 'installer' or 'spec'))</dt>
+<dd>
+mode of the dialog
+</dd>
+<dt><i>parent</i> (QWidget)</dt>
+<dd>
+reference to the parent widget
+</dd>
+</dl>
+<a NAME="PyInstallerConfigDialog.__initializeDefaults" ID="PyInstallerConfigDialog.__initializeDefaults"></a>
+<h4>PyInstallerConfigDialog.__initializeDefaults</h4>
+<b>__initializeDefaults</b>(<i></i>)
+
+<p>
+        Private method to set the default values.
+</p>
+<p>
+        These are needed later on to generate the command line parameters.
+</p>
+<a NAME="PyInstallerConfigDialog.__updateOkButton" ID="PyInstallerConfigDialog.__updateOkButton"></a>
+<h4>PyInstallerConfigDialog.__updateOkButton</h4>
+<b>__updateOkButton</b>(<i></i>)
+
+<p>
+        Private method to update the enabled state of the OK button.
+</p>
+<a NAME="PyInstallerConfigDialog.accept" ID="PyInstallerConfigDialog.accept"></a>
+<h4>PyInstallerConfigDialog.accept</h4>
+<b>accept</b>(<i></i>)
+
+<p>
+        Public method called by the Ok button.
+</p>
+<p>
+        It saves the values in the parameters dictionary.
+</p>
+<a NAME="PyInstallerConfigDialog.generateParameters" ID="PyInstallerConfigDialog.generateParameters"></a>
+<h4>PyInstallerConfigDialog.generateParameters</h4>
+<b>generateParameters</b>(<i></i>)
+
+<p>
+        Public method that generates the command line parameters.
+</p>
+<p>
+        It generates a list of strings to be used to set the QProcess arguments
+        for the pyinstaller/pyi-makespec call and a list containing the non
+        default parameters. The second list can be passed back upon object
+        generation to overwrite the default settings.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+a tuple of the command line parameters, non default parameters
+            and the script path
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (list of str, dict, str)
+</dd>
+</dl>
+<a NAME="PyInstallerConfigDialog.on_iconFilePicker_textChanged" ID="PyInstallerConfigDialog.on_iconFilePicker_textChanged"></a>
+<h4>PyInstallerConfigDialog.on_iconFilePicker_textChanged</h4>
+<b>on_iconFilePicker_textChanged</b>(<i>txt</i>)
+
+<p>
+        Private slot to handle changes of the icon file.
+</p>
+<dl>
+
+<dt><i>txt</i> (str)</dt>
+<dd>
+text of the file edit
+</dd>
+</dl>
+<a NAME="PyInstallerConfigDialog.on_iconIdEdit_textChanged" ID="PyInstallerConfigDialog.on_iconIdEdit_textChanged"></a>
+<h4>PyInstallerConfigDialog.on_iconIdEdit_textChanged</h4>
+<b>on_iconIdEdit_textChanged</b>(<i>txt</i>)
+
+<p>
+        Private slot to handle changes of the icon ID.
+</p>
+<dl>
+
+<dt><i>txt</i> (str)</dt>
+<dd>
+iconID
+</dd>
+</dl>
+<a NAME="PyInstallerConfigDialog.on_inputFilePicker_textChanged" ID="PyInstallerConfigDialog.on_inputFilePicker_textChanged"></a>
+<h4>PyInstallerConfigDialog.on_inputFilePicker_textChanged</h4>
+<b>on_inputFilePicker_textChanged</b>(<i>txt</i>)
+
+<p>
+        Private slot to handle changes of the input file.
+</p>
+<dl>
+
+<dt><i>txt</i> (str)</dt>
+<dd>
+text of the file edit
+</dd>
+</dl>
+<a NAME="PyInstallerConfigDialog.on_selectedScriptButton_toggled" ID="PyInstallerConfigDialog.on_selectedScriptButton_toggled"></a>
+<h4>PyInstallerConfigDialog.on_selectedScriptButton_toggled</h4>
+<b>on_selectedScriptButton_toggled</b>(<i>checked</i>)
+
+<p>
+        Private slot to handle changes of the radio button state.
+</p>
+<dl>
+
+<dt><i>checked</i> (bool)</dt>
+<dd>
+state of the radio button
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/Documentation/source/Plugin_Packager_PyInstaller.PyInstallerInterface.PyInstallerExecDialog.html	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,244 @@
+<!DOCTYPE html>
+<html><head>
+<title>Plugin_Packager_PyInstaller.PyInstallerInterface.PyInstallerExecDialog</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body>
+<a NAME="top" ID="top"></a>
+<h1>Plugin_Packager_PyInstaller.PyInstallerInterface.PyInstallerExecDialog</h1>
+
+<p>
+Module implementing a dialog to show the output of the pyinstaller/pyi-makespec
+process.
+</p>
+<h3>Global Attributes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+
+<table>
+
+<tr>
+<td><a href="#PyInstallerExecDialog">PyInstallerExecDialog</a></td>
+<td>Class implementing a dialog to show the output of the pyinstaller/pyi-makespec process.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr />
+<hr />
+<a NAME="PyInstallerExecDialog" ID="PyInstallerExecDialog"></a>
+<h2>PyInstallerExecDialog</h2>
+
+<p>
+    Class implementing a dialog to show the output of the
+    pyinstaller/pyi-makespec process.
+</p>
+<p>
+    This class starts a QProcess and displays a dialog that
+    shows the output of the packager command process.
+</p>
+<h3>Derived from</h3>
+QDialog, Ui_PyInstallerExecDialog
+<h3>Class Attributes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Class Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+
+<table>
+
+<tr>
+<td><a href="#PyInstallerExecDialog.__init__">PyInstallerExecDialog</a></td>
+<td>Constructor</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerExecDialog.__enableButtons">__enableButtons</a></td>
+<td>Private slot called when all processes finished.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerExecDialog.__finish">__finish</a></td>
+<td>Private slot called when the process was canceled by the user.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerExecDialog.__finishedProcess">__finishedProcess</a></td>
+<td>Private slot called when the process finished.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerExecDialog.__readStderr">__readStderr</a></td>
+<td>Private slot to handle the readyReadStandardError signal.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerExecDialog.__readStdout">__readStdout</a></td>
+<td>Private slot to handle the readyReadStandardOutput signal.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerExecDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
+<td>Private slot called by a button of the button box clicked.</td>
+</tr>
+<tr>
+<td><a href="#PyInstallerExecDialog.start">start</a></td>
+<td>Public slot to start the packager command.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<a NAME="PyInstallerExecDialog.__init__" ID="PyInstallerExecDialog.__init__"></a>
+<h4>PyInstallerExecDialog (Constructor)</h4>
+<b>PyInstallerExecDialog</b>(<i>cmdname, parent=None</i>)
+
+<p>
+        Constructor
+</p>
+<dl>
+
+<dt><i>cmdname</i> (str)</dt>
+<dd>
+name of the packager
+</dd>
+<dt><i>parent</i> (QWidget)</dt>
+<dd>
+reference to the parent widget
+</dd>
+</dl>
+<a NAME="PyInstallerExecDialog.__enableButtons" ID="PyInstallerExecDialog.__enableButtons"></a>
+<h4>PyInstallerExecDialog.__enableButtons</h4>
+<b>__enableButtons</b>(<i></i>)
+
+<p>
+        Private slot called when all processes finished.
+</p>
+<p>
+        It is called when the process finished or
+        the user pressed the cancel button.
+</p>
+<a NAME="PyInstallerExecDialog.__finish" ID="PyInstallerExecDialog.__finish"></a>
+<h4>PyInstallerExecDialog.__finish</h4>
+<b>__finish</b>(<i></i>)
+
+<p>
+        Private slot called when the process was canceled by the user.
+</p>
+<p>
+        It is called when the process finished or
+        the user pressed the cancel button.
+</p>
+<a NAME="PyInstallerExecDialog.__finishedProcess" ID="PyInstallerExecDialog.__finishedProcess"></a>
+<h4>PyInstallerExecDialog.__finishedProcess</h4>
+<b>__finishedProcess</b>(<i></i>)
+
+<p>
+        Private slot called when the process finished.
+</p>
+<p>
+        It is called when the process finished or
+        the user pressed the cancel button.
+</p>
+<a NAME="PyInstallerExecDialog.__readStderr" ID="PyInstallerExecDialog.__readStderr"></a>
+<h4>PyInstallerExecDialog.__readStderr</h4>
+<b>__readStderr</b>(<i></i>)
+
+<p>
+        Private slot to handle the readyReadStandardError signal.
+</p>
+<p>
+        It reads the error output of the process and inserts it into the
+        error pane.
+</p>
+<a NAME="PyInstallerExecDialog.__readStdout" ID="PyInstallerExecDialog.__readStdout"></a>
+<h4>PyInstallerExecDialog.__readStdout</h4>
+<b>__readStdout</b>(<i></i>)
+
+<p>
+        Private slot to handle the readyReadStandardOutput signal.
+</p>
+<p>
+        It reads the output of the process, formats it and inserts it into
+        the contents pane.
+</p>
+<a NAME="PyInstallerExecDialog.on_buttonBox_clicked" ID="PyInstallerExecDialog.on_buttonBox_clicked"></a>
+<h4>PyInstallerExecDialog.on_buttonBox_clicked</h4>
+<b>on_buttonBox_clicked</b>(<i>button</i>)
+
+<p>
+        Private slot called by a button of the button box clicked.
+</p>
+<dl>
+
+<dt><i>button</i> (QAbstractButton)</dt>
+<dd>
+button that was clicked
+</dd>
+</dl>
+<a NAME="PyInstallerExecDialog.start" ID="PyInstallerExecDialog.start"></a>
+<h4>PyInstallerExecDialog.start</h4>
+<b>start</b>(<i>args, parms, project, script</i>)
+
+<p>
+        Public slot to start the packager command.
+</p>
+<dl>
+
+<dt><i>args</i> (list of str)</dt>
+<dd>
+command line arguments for packager program
+</dd>
+<dt><i>parms</i> (dict)</dt>
+<dd>
+parameters got from the config dialog
+</dd>
+<dt><i>project</i> (Project)</dt>
+<dd>
+reference to the project object
+</dd>
+<dt><i>script</i> (str)</dt>
+<dd>
+script or spec file name to be processed by by the
+            packager
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating the successful start of the process
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/Documentation/source/index-Plugin_Packager_PyInstaller.PyInstallerInterface.html	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,45 @@
+<!DOCTYPE html>
+<html><head>
+<title>Plugin_Packager_PyInstaller.PyInstallerInterface</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body>
+<h1>Plugin_Packager_PyInstaller.PyInstallerInterface</h1>
+
+<p>
+Package containing dialogs of the PyInstaller interface plug-in.
+</p>
+
+
+<h3>Modules</h3>
+<table>
+
+<tr>
+<td><a href="Plugin_Packager_PyInstaller.PyInstallerInterface.PyInstallerCleanupDialog.html">PyInstallerCleanupDialog</a></td>
+<td>Module implementing a dialog to select the cleanup action.</td>
+</tr>
+<tr>
+<td><a href="Plugin_Packager_PyInstaller.PyInstallerInterface.PyInstallerConfigDialog.html">PyInstallerConfigDialog</a></td>
+<td>Module implementing PyInstallerConfigDialog.</td>
+</tr>
+<tr>
+<td><a href="Plugin_Packager_PyInstaller.PyInstallerInterface.PyInstallerExecDialog.html">PyInstallerExecDialog</a></td>
+<td>Module implementing a dialog to show the output of the pyinstaller/pyi-makespec process.</td>
+</tr>
+</table>
+</body></html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/Documentation/source/index-Plugin_Packager_PyInstaller.html	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,45 @@
+<!DOCTYPE html>
+<html><head>
+<title>Plugin_Packager_PyInstaller</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body>
+<h1>Plugin_Packager_PyInstaller</h1>
+
+<p>
+Package containing the PyInstaller interface plug-in.
+</p>
+
+<h3>Packages</h3>
+<table>
+
+<tr>
+<td><a href="index-Plugin_Packager_PyInstaller.PyInstallerInterface.html">PyInstallerInterface</a></td>
+<td>Package containing dialogs of the PyInstaller interface plug-in.</td>
+</tr>
+</table>
+
+<h3>Modules</h3>
+<table>
+
+<tr>
+<td><a href="Plugin_Packager_PyInstaller.PluginPyInstaller.html">PluginPyInstaller</a></td>
+<td>Module implementing the PyInstaller interface plug-in.</td>
+</tr>
+</table>
+</body></html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/Documentation/source/index.html	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<html><head>
+<title>Table of contents</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<body>
+<h1>Table of contents</h1>
+
+
+<h3>Packages</h3>
+<table>
+
+<tr>
+<td><a href="index-Plugin_Packager_PyInstaller.html">Plugin_Packager_PyInstaller</a></td>
+<td>Package containing the PyInstaller interface plug-in.</td>
+</tr>
+</table>
+
+</body></html>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/PyInstallerCleanupDialog.py	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,49 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2018 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+"""
+Module implementing a dialog to select the cleanup action.
+"""
+
+from PyQt6.QtWidgets import QDialog
+
+from .Ui_PyInstallerCleanupDialog import Ui_PyInstallerCleanupDialog
+
+
+class PyInstallerCleanupDialog(QDialog, Ui_PyInstallerCleanupDialog):
+    """
+    Class implementing a dialog to select the cleanup action.
+    """
+    BuildPath = "build"
+    DistPath = "dist"
+    
+    def __init__(self, parent=None):
+        """
+        Constructor
+        
+        @param parent reference to the parent widget
+        @type QWidget
+        """
+        super().__init__(parent)
+        self.setupUi(self)
+        
+        msh = self.minimumSizeHint()
+        self.resize(max(self.width(), msh.width()), msh.height())
+    
+    def getDirectories(self):
+        """
+        Public method to get the project relative directories to be cleaned.
+        
+        @return list of directories to be removed
+        @rtype list of str
+        """
+        dirs = []
+        
+        if self.buildButton.isChecked() or self.bothButton.isChecked():
+            dirs.append(PyInstallerCleanupDialog.BuildPath)
+        if self.distButton.isChecked() or self.bothButton.isChecked():
+            dirs.append(PyInstallerCleanupDialog.DistPath)
+        
+        return dirs
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/PyInstallerCleanupDialog.ui	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>PyInstallerCleanupDialog</class>
+ <widget class="QDialog" name="PyInstallerCleanupDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>400</width>
+    <height>158</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>Clean PyInstaller</string>
+  </property>
+  <property name="sizeGripEnabled">
+   <bool>true</bool>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QLabel" name="label">
+     <property name="text">
+      <string>Select the PyInstaller directories to be removed:</string>
+     </property>
+     <property name="wordWrap">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QRadioButton" name="buildButton">
+     <property name="text">
+      <string>Build Directory</string>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QRadioButton" name="distButton">
+     <property name="text">
+      <string>Distribution Directory</string>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QRadioButton" name="bothButton">
+     <property name="text">
+      <string>Both Directories</string>
+     </property>
+     <property name="checked">
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QDialogButtonBox" name="buttonBox">
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="standardButtons">
+      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections>
+  <connection>
+   <sender>buttonBox</sender>
+   <signal>accepted()</signal>
+   <receiver>PyInstallerCleanupDialog</receiver>
+   <slot>accept()</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>248</x>
+     <y>254</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>157</x>
+     <y>274</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>buttonBox</sender>
+   <signal>rejected()</signal>
+   <receiver>PyInstallerCleanupDialog</receiver>
+   <slot>reject()</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>316</x>
+     <y>260</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>286</x>
+     <y>274</y>
+    </hint>
+   </hints>
+  </connection>
+ </connections>
+</ui>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/PyInstallerConfigDialog.py	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,378 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2018 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+"""
+Module implementing PyInstallerConfigDialog.
+"""
+
+import copy
+
+from PyQt6.QtCore import pyqtSlot
+from PyQt6.QtWidgets import QDialog, QDialogButtonBox
+
+from EricWidgets.EricPathPicker import EricPathPickerModes
+
+from .Ui_PyInstallerConfigDialog import Ui_PyInstallerConfigDialog
+
+import Globals
+
+
+class PyInstallerConfigDialog(QDialog, Ui_PyInstallerConfigDialog):
+    """
+    Class implementing a dialog to enter the parameters for pyinstaller
+    and pyi-makespec.
+    """
+    def __init__(self, project, executables, params=None, mode="installer",
+                 parent=None):
+        """
+        Constructor
+        
+        @param project reference to the project object
+        @type Project.Project
+        @param executables names of the pyinstaller executables
+        @type list of str
+        @param params parameters to set in the dialog
+        @type dict
+        @param mode mode of the dialog
+        @type str (one of 'installer' or 'spec')
+        @param parent reference to the parent widget
+        @type QWidget
+        """
+        super().__init__(parent)
+        self.setupUi(self)
+        
+        self.__project = project
+        self.__mode = mode
+        
+        self.inputFilePicker.setMode(EricPathPickerModes.OPEN_FILE_MODE)
+        self.inputFilePicker.setDefaultDirectory(
+            self.__project.getProjectPath())
+        if self.__mode == "installer":
+            self.inputFilePicker.setFilters(self.tr(
+                "Python Files (*.py *.py3);;"
+                "Python GUI Files (*.pyw *.pyw3);;"
+                "Spec Files (*.spec);;"
+                "All Files (*)"
+            ))
+        elif self.__mode == "spec":
+            self.inputFilePicker.setFilters(self.tr(
+                "Python Files (*.py *.py3);;"
+                "Python GUI Files (*.pyw *.pyw3);;"
+                "All Files (*)"
+            ))
+        
+        self.executableCombo.addItems(executables)
+        
+        if not bool(project.getMainScript()):
+            # no main script defined
+            self.selectedScriptButton.setChecked(True)
+            self.mainScriptButton.setEnabled(False)
+        
+        self.iconFilePicker.setMode(EricPathPickerModes.OPEN_FILE_MODE)
+        self.iconFilePicker.setDefaultDirectory(
+            self.__project.getProjectPath())
+        if Globals.isMacPlatform():
+            self.iconFilePicker.setFilters(self.tr(
+                "Icon Files (*.icns);;"
+                "All Files (*)"
+            ))
+        elif Globals.isWindowsPlatform():
+            self.iconFilePicker.setFilters(self.tr(
+                "Icon Files (*.ico);;"
+                "Executable Files (*.exe);;"
+                "All Files (*)"
+            ))
+        
+        # disable platform specific tabs
+        self.tabWidget.setTabEnabled(
+            self.tabWidget.indexOf(self.windowsMacTab),
+            Globals.isMacPlatform() or Globals.isWindowsPlatform())
+        self.tabWidget.setTabEnabled(
+            self.tabWidget.indexOf(self.macTab),
+            Globals.isMacPlatform())
+        
+        self.__initializeDefaults()
+        
+        # get a copy of the defaults to store the user settings
+        self.__parameters = copy.deepcopy(self.__defaults)
+        
+        # combine it with the values of params
+        if params is not None:
+            self.__parameters.update(params)
+        
+        # initialize general tab
+        if mode == "installer" and bool(self.__parameters["pyinstaller"]):
+            self.executableCombo.setCurrentIndex(
+                self.executableCombo.findText(
+                    self.__parameters["pyinstaller"]))
+        elif mode == "spec" and bool(self.__parameters["pyi-makespec"]):
+            self.executableCombo.setCurrentIndex(
+                self.executableCombo.findText(
+                    self.__parameters["pyi-makespec"]))
+        if self.__parameters["mainscript"]:
+            self.mainScriptButton.setChecked(True)
+        else:
+            self.selectedScriptButton.setChecked(True)
+        self.inputFilePicker.setText(self.__parameters["inputFile"])
+        if self.__parameters["oneDirectory"]:
+            self.oneDirButton.setChecked(True)
+        else:
+            self.oneFileButton.setChecked(True)
+        self.nameEdit.setText(self.__parameters["name"])
+        self.keyEdit.setText(self.__parameters["encryptionKey"])
+        self.cleanCheckBox.setChecked(self.__parameters["cleanBeforeBuilding"])
+        
+        # initialize Windows and macOS tab
+        if self.__parameters["consoleApplication"]:
+            self.consoleButton.setChecked(True)
+        else:
+            self.windowedButton.setChecked(True)
+        self.iconFilePicker.setText(self.__parameters["iconFile"])
+        self.iconIdEdit.setText(self.__parameters["iconId"])
+        
+        # initialize maxOS specific tab
+        self.bundleIdentifierEdit.setText(
+            self.__parameters["bundleIdentifier"])
+        
+        self.__updateOkButton()
+        
+        msh = self.minimumSizeHint()
+        self.resize(max(self.width(), msh.width()), msh.height())
+    
+    def __initializeDefaults(self):
+        """
+        Private method to set the default values.
+        
+        These are needed later on to generate the command line parameters.
+        """
+        self.__defaults = {
+            # general options
+            "pyinstaller": "",
+            "pyi-makespec": "",
+            "mainscript": bool(self.__project.getMainScript()),
+            "inputFile": "",
+            "oneDirectory": True,
+            "name": "",
+            "encryptionKey": "",
+            "cleanBeforeBuilding": False,
+            
+            # Windows and macOS options
+            "consoleApplication": True,
+            "iconFile": "",
+            "iconId": "",
+            
+            # macOS specific options
+            "bundleIdentifier": "",
+        }
+    
+    def generateParameters(self):
+        """
+        Public method that generates the command line parameters.
+        
+        It generates a list of strings to be used to set the QProcess arguments
+        for the pyinstaller/pyi-makespec call and a list containing the non
+        default parameters. The second list can be passed back upon object
+        generation to overwrite the default settings.
+        
+        @return a tuple of the command line parameters, non default parameters
+            and the script path
+        @rtype tuple of (list of str, dict, str)
+        """
+        parms = {}
+        args = []
+        
+        # 1. the program name
+        if self.__mode == "installer":
+            args.append(self.__parameters["pyinstaller"])
+            parms["pyinstaller"] = self.__parameters["pyinstaller"]
+        elif self.__mode == "spec":
+            args.append(self.__parameters["pyi-makespec"])
+            parms["pyi-makespec"] = self.__parameters["pyi-makespec"]
+        
+        # 2. the commandline options
+        # 2.1 general options, input
+        if not self.__parameters["mainscript"]:
+            parms["mainscript"] = False
+            parms["inputFile"] = self.__parameters["inputFile"]
+        
+        runWithSpec = self.__parameters["inputFile"].endswith(".spec")
+        if not runWithSpec:
+            # 2.2 general options, part 1
+            if not self.__parameters["oneDirectory"]:
+                parms["oneDirectory"] = self.__parameters["oneDirectory"]
+                args.append("--onefile")
+            if self.__parameters["name"] != self.__defaults["name"]:
+                parms["name"] = self.__parameters["name"]
+                args.append("--name")
+                args.append(self.__parameters["name"])
+            if (
+                self.__parameters["encryptionKey"] !=
+                self.__defaults["encryptionKey"]
+            ):
+                parms["encryptionKey"] = self.__parameters["encryptionKey"]
+                args.append("--key")
+                args.append(self.__parameters["encryptionKey"])
+        
+            # 2.3 Windows and macOS options
+            if (
+                self.__parameters["consoleApplication"] !=
+                self.__defaults["consoleApplication"]
+            ):
+                parms["consoleApplication"] = (
+                    self.__parameters["consoleApplication"]
+                )
+                args.append("--windowed")
+            if self.__parameters["iconFile"] != self.__defaults["iconFile"]:
+                parms["iconFile"] = self.__parameters["iconFile"]
+                parms["iconId"] = self.__parameters["iconId"]
+                args.append("--icon")
+                if self.__parameters["iconFile"].endswith(".exe"):
+                    if bool(self.__parameters["iconId"]):
+                        iconId = self.__parameters["iconId"]
+                    else:
+                        iconId = "0"
+                    args.append("{0},{1}".format(
+                        self.__parameters["iconFile"], iconId))
+                else:
+                    args.append(self.__parameters["iconFile"])
+        
+            # 2.4 macOS specific options
+            if (
+                self.__parameters["bundleIdentifier"] !=
+                self.__defaults["bundleIdentifier"]
+            ):
+                parms["bundleIdentifier"] = (
+                    self.__parameters["bundleIdentifier"]
+                )
+                args.append("--osx-bundle-identifier")
+                args.append(self.__parameters["bundleIdentifier"])
+        
+        # 2.5 general options, part 2
+        if (
+            self.__parameters["cleanBeforeBuilding"] !=
+            self.__defaults["cleanBeforeBuilding"]
+        ):
+            parms["cleanBeforeBuilding"] = (
+                self.__parameters["cleanBeforeBuilding"]
+            )
+            args.append("--clean")
+        
+        # 3. always add these arguments
+        if self.__mode == "installer":
+            args.append("--noconfirm")  # don't ask the user
+        
+        # determine the script to be processed
+        script = (
+            self.__project.getMainScript()
+            if self.__parameters["mainscript"] else
+            self.__parameters["inputFile"]
+        )
+        
+        return args, parms, script
+
+    def accept(self):
+        """
+        Public method called by the Ok button.
+        
+        It saves the values in the parameters dictionary.
+        """
+        # get data of general tab
+        if self.__mode == "installer":
+            self.__parameters["pyinstaller"] = (
+                self.executableCombo.currentText()
+            )
+        elif self.__mode == "spec":
+            self.__parameters["pyi-makespec"] = (
+                self.executableCombo.currentText()
+            )
+        self.__parameters["mainscript"] = self.mainScriptButton.isChecked()
+        self.__parameters["inputFile"] = self.inputFilePicker.text()
+        self.__parameters["oneDirectory"] = self.oneDirButton.isChecked()
+        self.__parameters["name"] = self.nameEdit.text()
+        self.__parameters["encryptionKey"] = self.keyEdit.text()
+        self.__parameters["cleanBeforeBuilding"] = (
+            self.cleanCheckBox.isChecked()
+        )
+        
+        # get data of Windows and macOS tab
+        self.__parameters["consoleApplication"] = (
+            self.consoleButton.isChecked()
+        )
+        self.__parameters["iconFile"] = self.iconFilePicker.text()
+        self.__parameters["iconId"] = self.iconIdEdit.text()
+        
+        # get data of macOS specific tab
+        self.__parameters["bundleIdentifier"] = (
+            self.bundleIdentifierEdit.text()
+        )
+
+        # call the accept slot of the base class
+        super().accept()
+    
+    def __updateOkButton(self):
+        """
+        Private method to update the enabled state of the OK button.
+        """
+        enable = True
+        
+        # If not to be run with the project main script, a script or
+        # spec file must be selected.
+        if (
+            self.selectedScriptButton.isChecked() and
+            not bool(self.inputFilePicker.text())
+        ):
+            enable = False
+        
+        # If the icon shall be picked from a .exe file, an icon ID
+        # must be entered (Windows only).
+        if (
+            self.iconFilePicker.text().endswith(".exe") and
+            not bool(self.iconIdEdit.text())
+        ):
+            enable = False
+        
+        self.buttonBox.button(
+            QDialogButtonBox.StandardButton.Ok).setEnabled(enable)
+    
+    @pyqtSlot(bool)
+    def on_selectedScriptButton_toggled(self, checked):
+        """
+        Private slot to handle changes of the radio button state.
+        
+        @param checked state of the radio button
+        @type bool
+        """
+        self.__updateOkButton()
+    
+    @pyqtSlot(str)
+    def on_inputFilePicker_textChanged(self, txt):
+        """
+        Private slot to handle changes of the input file.
+        
+        @param txt text of the file edit
+        @type str
+        """
+        self.__updateOkButton()
+    
+    @pyqtSlot(str)
+    def on_iconFilePicker_textChanged(self, txt):
+        """
+        Private slot to handle changes of the icon file.
+        
+        @param txt text of the file edit
+        @type str
+        """
+        self.iconIdEdit.setEnabled(txt.endswith(".exe"))
+        self.__updateOkButton()
+    
+    @pyqtSlot(str)
+    def on_iconIdEdit_textChanged(self, txt):
+        """
+        Private slot to handle changes of the icon ID.
+        
+        @param txt iconID
+        @type str
+        """
+        self.__updateOkButton()
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/PyInstallerConfigDialog.ui	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,390 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>PyInstallerConfigDialog</class>
+ <widget class="QDialog" name="PyInstallerConfigDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>600</width>
+    <height>435</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>PyInstaller Configuration</string>
+  </property>
+  <property name="sizeGripEnabled">
+   <bool>true</bool>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QTabWidget" name="tabWidget">
+     <property name="currentIndex">
+      <number>0</number>
+     </property>
+     <widget class="QWidget" name="generalTab">
+      <attribute name="title">
+       <string>&amp;General</string>
+      </attribute>
+      <layout class="QVBoxLayout" name="verticalLayout_2">
+       <item>
+        <widget class="QGroupBox" name="groupBox_2">
+         <property name="title">
+          <string>Executable</string>
+         </property>
+         <layout class="QHBoxLayout" name="horizontalLayout">
+          <item>
+           <widget class="QComboBox" name="executableCombo">
+            <property name="toolTip">
+             <string>Select the executable to be run</string>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+       <item>
+        <widget class="QGroupBox" name="groupBox">
+         <property name="title">
+          <string>Input File</string>
+         </property>
+         <layout class="QGridLayout" name="gridLayout">
+          <item row="0" column="0">
+           <widget class="QRadioButton" name="mainScriptButton">
+            <property name="text">
+             <string>Project Main Script</string>
+            </property>
+            <property name="checked">
+             <bool>true</bool>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="1">
+           <widget class="QRadioButton" name="selectedScriptButton">
+            <property name="text">
+             <string>Script or Spec File</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="0" colspan="2">
+           <widget class="EricPathPicker" name="inputFilePicker" native="true">
+            <property name="enabled">
+             <bool>false</bool>
+            </property>
+            <property name="focusPolicy">
+             <enum>Qt::StrongFocus</enum>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+       <item>
+        <widget class="QGroupBox" name="groupBox_3">
+         <property name="title">
+          <string>Generate Option</string>
+         </property>
+         <layout class="QHBoxLayout" name="horizontalLayout_2">
+          <item>
+           <widget class="QRadioButton" name="oneDirButton">
+            <property name="text">
+             <string>One Directory</string>
+            </property>
+            <property name="checked">
+             <bool>true</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QRadioButton" name="oneFileButton">
+            <property name="text">
+             <string>One File</string>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+       <item>
+        <layout class="QGridLayout" name="gridLayout_2">
+         <item row="0" column="0">
+          <widget class="QLabel" name="label">
+           <property name="text">
+            <string>Name (optional):</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="1">
+          <widget class="QLineEdit" name="nameEdit">
+           <property name="toolTip">
+            <string>Enter an optional name for the application</string>
+           </property>
+           <property name="clearButtonEnabled">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="0">
+          <widget class="QLabel" name="label_2">
+           <property name="text">
+            <string>Encryption Key (optional):</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="1">
+          <widget class="QLineEdit" name="keyEdit">
+           <property name="toolTip">
+            <string>Enter an optional key used to encrypt Python bytecode</string>
+           </property>
+           <property name="clearButtonEnabled">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </item>
+       <item>
+        <widget class="QCheckBox" name="cleanCheckBox">
+         <property name="text">
+          <string>Clean Before Building</string>
+         </property>
+        </widget>
+       </item>
+      </layout>
+     </widget>
+     <widget class="QWidget" name="windowsMacTab">
+      <attribute name="title">
+       <string>&amp;Windows and macOS</string>
+      </attribute>
+      <layout class="QVBoxLayout" name="verticalLayout_3">
+       <item>
+        <widget class="QGroupBox" name="groupBox_4">
+         <property name="title">
+          <string>Application Mode</string>
+         </property>
+         <layout class="QHBoxLayout" name="horizontalLayout_3">
+          <item>
+           <widget class="QRadioButton" name="consoleButton">
+            <property name="toolTip">
+             <string>Select for a console application</string>
+            </property>
+            <property name="text">
+             <string>Console Application</string>
+            </property>
+            <property name="checked">
+             <bool>true</bool>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QRadioButton" name="windowedButton">
+            <property name="toolTip">
+             <string>Select for a windowed application (i.e. do not open a console window)</string>
+            </property>
+            <property name="text">
+             <string>Windowed Application</string>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+       <item>
+        <widget class="QGroupBox" name="groupBox_5">
+         <property name="title">
+          <string>Icon</string>
+         </property>
+         <layout class="QGridLayout" name="gridLayout_3">
+          <item row="0" column="0">
+           <widget class="QLabel" name="label_3">
+            <property name="text">
+             <string>Icon File:</string>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="1">
+           <widget class="EricPathPicker" name="iconFilePicker" native="true">
+            <property name="sizePolicy">
+             <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+              <horstretch>0</horstretch>
+              <verstretch>0</verstretch>
+             </sizepolicy>
+            </property>
+            <property name="focusPolicy">
+             <enum>Qt::StrongFocus</enum>
+            </property>
+            <property name="toolTip">
+             <string/>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="0">
+           <widget class="QLabel" name="label_4">
+            <property name="text">
+             <string>Icon ID:</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="1">
+           <widget class="QLineEdit" name="iconIdEdit">
+            <property name="enabled">
+             <bool>false</bool>
+            </property>
+            <property name="toolTip">
+             <string>Enter the icon ID to be extracted from the exe file</string>
+            </property>
+            <property name="clearButtonEnabled">
+             <bool>true</bool>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </item>
+       <item>
+        <spacer name="verticalSpacer">
+         <property name="orientation">
+          <enum>Qt::Vertical</enum>
+         </property>
+         <property name="sizeHint" stdset="0">
+          <size>
+           <width>20</width>
+           <height>156</height>
+          </size>
+         </property>
+        </spacer>
+       </item>
+      </layout>
+     </widget>
+     <widget class="QWidget" name="macTab">
+      <attribute name="title">
+       <string>&amp;macOS Specific</string>
+      </attribute>
+      <layout class="QVBoxLayout" name="verticalLayout_4">
+       <item>
+        <layout class="QHBoxLayout" name="horizontalLayout_4">
+         <item>
+          <widget class="QLabel" name="label_5">
+           <property name="text">
+            <string>Bundle Identifier:</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLineEdit" name="bundleIdentifierEdit">
+           <property name="toolTip">
+            <string>Enter the macOS app bundle identifier</string>
+           </property>
+           <property name="clearButtonEnabled">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </item>
+       <item>
+        <spacer name="verticalSpacer_2">
+         <property name="orientation">
+          <enum>Qt::Vertical</enum>
+         </property>
+         <property name="sizeHint" stdset="0">
+          <size>
+           <width>20</width>
+           <height>298</height>
+          </size>
+         </property>
+        </spacer>
+       </item>
+      </layout>
+     </widget>
+    </widget>
+   </item>
+   <item>
+    <widget class="QDialogButtonBox" name="buttonBox">
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="standardButtons">
+      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <customwidgets>
+  <customwidget>
+   <class>EricPathPicker</class>
+   <extends>QWidget</extends>
+   <header>EricWidgets/EricPathPicker.h</header>
+   <container>1</container>
+  </customwidget>
+ </customwidgets>
+ <tabstops>
+  <tabstop>tabWidget</tabstop>
+  <tabstop>executableCombo</tabstop>
+  <tabstop>mainScriptButton</tabstop>
+  <tabstop>selectedScriptButton</tabstop>
+  <tabstop>inputFilePicker</tabstop>
+  <tabstop>oneDirButton</tabstop>
+  <tabstop>oneFileButton</tabstop>
+  <tabstop>nameEdit</tabstop>
+  <tabstop>keyEdit</tabstop>
+  <tabstop>cleanCheckBox</tabstop>
+  <tabstop>consoleButton</tabstop>
+  <tabstop>windowedButton</tabstop>
+  <tabstop>iconFilePicker</tabstop>
+  <tabstop>iconIdEdit</tabstop>
+  <tabstop>bundleIdentifierEdit</tabstop>
+ </tabstops>
+ <resources/>
+ <connections>
+  <connection>
+   <sender>buttonBox</sender>
+   <signal>accepted()</signal>
+   <receiver>PyInstallerConfigDialog</receiver>
+   <slot>accept()</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>227</x>
+     <y>379</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>157</x>
+     <y>274</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>buttonBox</sender>
+   <signal>rejected()</signal>
+   <receiver>PyInstallerConfigDialog</receiver>
+   <slot>reject()</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>295</x>
+     <y>385</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>286</x>
+     <y>274</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>selectedScriptButton</sender>
+   <signal>toggled(bool)</signal>
+   <receiver>inputFilePicker</receiver>
+   <slot>setEnabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>119</x>
+     <y>116</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>124</x>
+     <y>150</y>
+    </hint>
+   </hints>
+  </connection>
+ </connections>
+</ui>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/PyInstallerExecDialog.py	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,205 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2018 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+"""
+Module implementing a dialog to show the output of the pyinstaller/pyi-makespec
+process.
+"""
+
+import os
+
+from PyQt6.QtCore import pyqtSlot, QProcess, QTimer
+from PyQt6.QtWidgets import QDialog, QDialogButtonBox, QAbstractButton
+
+from EricWidgets import EricMessageBox
+
+from .Ui_PyInstallerExecDialog import Ui_PyInstallerExecDialog
+
+import Preferences
+
+
+class PyInstallerExecDialog(QDialog, Ui_PyInstallerExecDialog):
+    """
+    Class implementing a dialog to show the output of the
+    pyinstaller/pyi-makespec process.
+    
+    This class starts a QProcess and displays a dialog that
+    shows the output of the packager command process.
+    """
+    def __init__(self, cmdname, parent=None):
+        """
+        Constructor
+        
+        @param cmdname name of the packager
+        @type str
+        @param parent reference to the parent widget
+        @type QWidget
+        """
+        super().__init__(parent)
+        self.setupUi(self)
+        
+        self.buttonBox.button(
+            QDialogButtonBox.StandardButton.Close).setEnabled(False)
+        self.buttonBox.button(
+            QDialogButtonBox.StandardButton.Cancel).setDefault(True)
+        
+        self.__process = None
+        self.__cmdname = cmdname    # used for several outputs
+    
+    def start(self, args, parms, project, script):
+        """
+        Public slot to start the packager command.
+        
+        @param args command line arguments for packager program
+        @type list of str
+        @param parms parameters got from the config dialog
+        @type dict
+        @param project reference to the project object
+        @type Project
+        @param script script or spec file name to be processed by by the
+            packager
+        @type str
+        @return flag indicating the successful start of the process
+        @rtype bool
+        """
+        self.__project = project
+        
+        if not os.path.isabs(script):
+            # assume relative paths are relative to the project directory
+            script = os.path.join(self.__project.getProjectPath(), script)
+        dname = os.path.dirname(script)
+        self.__script = os.path.basename(script)
+        
+        self.contents.clear()
+        
+        args.append(self.__script)
+        
+        self.__process = QProcess()
+        self.__process.setWorkingDirectory(dname)
+        
+        self.__process.readyReadStandardOutput.connect(self.__readStdout)
+        self.__process.readyReadStandardError.connect(self.__readStderr)
+        self.__process.finished.connect(self.__finishedProcess)
+            
+        self.setWindowTitle(self.tr('{0} - {1}').format(
+            self.__cmdname, script))
+        self.contents.insertPlainText("{0} {1}\n\n".format(
+            ' '.join(args), os.path.join(dname, self.__script)))
+        self.contents.ensureCursorVisible()
+        
+        program = args.pop(0)
+        self.__process.start(program, args)
+        procStarted = self.__process.waitForStarted()
+        if not procStarted:
+            EricMessageBox.critical(
+                self,
+                self.tr('Process Generation Error'),
+                self.tr(
+                    'The process {0} could not be started. '
+                    'Ensure, that it is in the search path.'
+                ).format(program))
+        return procStarted
+    
+    @pyqtSlot(QAbstractButton)
+    def on_buttonBox_clicked(self, button):
+        """
+        Private slot called by a button of the button box clicked.
+        
+        @param button button that was clicked
+        @type QAbstractButton
+        """
+        if button == self.buttonBox.button(
+            QDialogButtonBox.StandardButton.Close
+        ):
+            self.accept()
+        elif button == self.buttonBox.button(
+            QDialogButtonBox.StandardButton.Cancel
+        ):
+            self.__finish()
+    
+    def __finish(self):
+        """
+        Private slot called when the process was canceled by the user.
+        
+        It is called when the process finished or
+        the user pressed the cancel button.
+        """
+        if self.__process is not None:
+            self.__process.disconnect(self.__finishedProcess)
+            self.__process.terminate()
+            QTimer.singleShot(2000, self.__process.kill)
+            self.__process.waitForFinished(3000)
+        self.__process = None
+        
+        self.contents.insertPlainText(
+            self.tr('\n{0} aborted.\n').format(self.__cmdname))
+        
+        self.__enableButtons()
+    
+    def __finishedProcess(self):
+        """
+        Private slot called when the process finished.
+        
+        It is called when the process finished or
+        the user pressed the cancel button.
+        """
+        if self.__process.exitStatus() == QProcess.ExitStatus.NormalExit:
+            # add the spec file to the project
+            self.__project.addToOthers(
+                os.path.splitext(self.__script)[0] + ".spec")
+        
+        self.__process = None
+
+        self.contents.insertPlainText(
+            self.tr('\n{0} finished.\n').format(self.__cmdname))
+        
+        self.__enableButtons()
+    
+    def __enableButtons(self):
+        """
+        Private slot called when all processes finished.
+        
+        It is called when the process finished or
+        the user pressed the cancel button.
+        """
+        self.buttonBox.button(
+            QDialogButtonBox.StandardButton.Close).setEnabled(True)
+        self.buttonBox.button(
+            QDialogButtonBox.StandardButton.Cancel).setEnabled(False)
+        self.buttonBox.button(
+            QDialogButtonBox.StandardButton.Close).setDefault(True)
+        self.contents.ensureCursorVisible()
+
+    def __readStdout(self):
+        """
+        Private slot to handle the readyReadStandardOutput signal.
+        
+        It reads the output of the process, formats it and inserts it into
+        the contents pane.
+        """
+        self.__process.setReadChannel(QProcess.ProcessChannel.StandardOutput)
+        
+        while self.__process.canReadLine():
+            s = str(self.__process.readAllStandardOutput(),
+                    Preferences.getSystem("IOEncoding"),
+                    'replace')
+            self.contents.insertPlainText(s)
+            self.contents.ensureCursorVisible()
+    
+    def __readStderr(self):
+        """
+        Private slot to handle the readyReadStandardError signal.
+        
+        It reads the error output of the process and inserts it into the
+        error pane.
+        """
+        self.__process.setReadChannel(QProcess.ProcessChannel.StandardError)
+        
+        while self.__process.canReadLine():
+            s = str(self.__process.readAllStandardError(),
+                    Preferences.getSystem("IOEncoding"),
+                    'replace')
+            self.contents.insertPlainText(s)
+            self.contents.ensureCursorVisible()
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/PyInstallerExecDialog.ui	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>PyInstallerExecDialog</class>
+ <widget class="QDialog" name="PyInstallerExecDialog">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>750</width>
+    <height>600</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>PyInstaller</string>
+  </property>
+  <property name="sizeGripEnabled">
+   <bool>true</bool>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout_3">
+   <item>
+    <widget class="QGroupBox" name="messagesGroup">
+     <property name="sizePolicy">
+      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+       <horstretch>0</horstretch>
+       <verstretch>3</verstretch>
+      </sizepolicy>
+     </property>
+     <property name="title">
+      <string>Messages</string>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout">
+      <item>
+       <widget class="QTextBrowser" name="contents">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+          <horstretch>0</horstretch>
+          <verstretch>3</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="whatsThis">
+         <string>&lt;b&gt;Packager Execution&lt;/b&gt;
+&lt;p&gt;This shows the output of the packager command.&lt;/p&gt;</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QDialogButtonBox" name="buttonBox">
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="standardButtons">
+      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
+     </property>
+    </widget>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections>
+  <connection>
+   <sender>buttonBox</sender>
+   <signal>accepted()</signal>
+   <receiver>PyInstallerExecDialog</receiver>
+   <slot>accept()</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>248</x>
+     <y>254</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>157</x>
+     <y>274</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>buttonBox</sender>
+   <signal>rejected()</signal>
+   <receiver>PyInstallerExecDialog</receiver>
+   <slot>reject()</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>316</x>
+     <y>260</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>286</x>
+     <y>274</y>
+    </hint>
+   </hints>
+  </connection>
+ </connections>
+</ui>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/__init__.py	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,8 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2018 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+"""
+Package containing dialogs of the PyInstaller interface plug-in.
+"""
Binary file PyInstallerInterface/i18n/pyinstaller_de.qm has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/i18n/pyinstaller_de.ts	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,342 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="de_DE" sourcelanguage="">
+  <context>
+    <name>PyInstallerCleanupDialog</name>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Clean PyInstaller</source>
+      <translation>PyInstaller Aufräumen</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Select the PyInstaller directories to be removed:</source>
+      <translation>Wähle die zu löschenden PyInstaller Verzeichnisse:</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Build Directory</source>
+      <translation>Arbeitsverzeichnis</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Distribution Directory</source>
+      <translation>Distributionsverzeichnis</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Both Directories</source>
+      <translation>Beide Verzeichnisse</translation>
+    </message>
+  </context>
+  <context>
+    <name>PyInstallerConfigDialog</name>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>PyInstaller Configuration</source>
+      <translation>PyInstaller Konfiguration</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>&amp;General</source>
+      <translation>&amp;Allgemein</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Executable</source>
+      <translation>Programm</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Select the executable to be run</source>
+      <translation>Wähle das auszuführende Programm</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Input File</source>
+      <translation>Eingabedatei</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Project Main Script</source>
+      <translation>Projekt Hauptskript</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Script or Spec File</source>
+      <translation>Skript oder Spec-Datei</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Generate Option</source>
+      <translation>Erzeugunsoptionen</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>One Directory</source>
+      <translation>Ein Verzeichnis</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>One File</source>
+      <translation>Eine Datei</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Name (optional):</source>
+      <translation>Name (optional):</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter an optional name for the application</source>
+      <translation>Gib einen optionalen Namen für die Anwendung ein</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Encryption Key (optional):</source>
+      <translation>Schlüssel (optional):</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter an optional key used to encrypt Python bytecode</source>
+      <translation>Gib einen optionalen Schlüsseln zum Verschlüsseln des Python Bytecodes ein</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Clean Before Building</source>
+      <translation>Vor dem Bau aufräumen</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>&amp;Windows and macOS</source>
+      <translation>&amp;Windows und macOS</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Application Mode</source>
+      <translation>Art der Anwendung</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Select for a console application</source>
+      <translation>Auswählen zum Bau einer Konsolenanwendung</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Console Application</source>
+      <translation>Konsolenanwendung</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Select for a windowed application (i.e. do not open a console window)</source>
+      <translation>Auswählen zum Bau einer Fensteranwendung (d.h. es wird keine Konsole geöffnet)</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Windowed Application</source>
+      <translation>Fensteranwendung</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Icon</source>
+      <translation>Icon</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Icon File:</source>
+      <translation>Icondatei:</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Icon ID:</source>
+      <translation>Icon ID:</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter the icon ID to be extracted from the exe file</source>
+      <translation>Gib die ID des aus der exe Datei zu extrahierenden Icons ein</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>&amp;macOS Specific</source>
+      <translation>&amp;macOS Spezifika</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Bundle Identifier:</source>
+      <translation>Bundle Identifikation:</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter the macOS app bundle identifier</source>
+      <translation>Gib die macOS App Bundle Identifikation ein</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="53" />
+      <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;Spec Files (*.spec);;All Files (*)</source>
+      <translation>Python Dateien (*.py *.py3);;Python GUI Dateien (*.pyw *.pyw3);;Spec Dateien (*.spec);;Alle Dateien (*)</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="60" />
+      <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source>
+      <translation>Python Dateien (*.py *.py3);;Python GUI Dateien (*.pyw *.pyw3);;Alle Dateien (*)</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="77" />
+      <source>Icon Files (*.icns);;All Files (*)</source>
+      <translation>Icon Dateien (*.icns);;Alle Dateien (*)</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="82" />
+      <source>Icon Files (*.ico);;Executable Files (*.exe);;All Files (*)</source>
+      <translation>Icon Dateien (*.ico);;Programm Dateien (*.exe);;Alle Dateien (*)</translation>
+    </message>
+  </context>
+  <context>
+    <name>PyInstallerExecDialog</name>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="86" />
+      <source>{0} - {1}</source>
+      <translation>{0} - {1}</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="98" />
+      <source>Process Generation Error</source>
+      <translation>Fehler beim Prozessstart</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="99" />
+      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+      <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="137" />
+      <source>
+{0} aborted.
+</source>
+      <translation>
+{0} wurde abgebrochen.
+</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="156" />
+      <source>
+{0} finished.
+</source>
+      <translation>
+{0} beendet.
+</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.ui" line="0" />
+      <source>PyInstaller</source>
+      <translation>PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.ui" line="0" />
+      <source>Messages</source>
+      <translation>Meldungen</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.ui" line="0" />
+      <source>&lt;b&gt;Packager Execution&lt;/b&gt;
+&lt;p&gt;This shows the output of the packager command.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Paketierer Ausführung&lt;/b&gt;
+&lt;p&gt;Dies zeigt die Ausgaben des Paketierer Prozesses.&lt;/p&gt;</translation>
+    </message>
+  </context>
+  <context>
+    <name>PyInstallerPlugin</name>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="60" />
+      <source>Packagers - PyInstaller</source>
+      <translation>Paketierer - PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="223" />
+      <source>The pyinstaller.exe executable could not be found.</source>
+      <translation>Das Programm pyinstaller.exe konnte nicht gefunden werden.</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="416" />
+      <location filename="../../PluginPyInstaller.py" line="228" />
+      <source>The pyinstaller executable could not be found.</source>
+      <translation>Das Programm pyinstaller konnte nicht gefunden werden.</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="291" />
+      <source>Execute PyInstaller</source>
+      <translation>PyInstaller ausführen</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="292" />
+      <source>Execute Py&amp;Installer</source>
+      <translation>Py&amp;Installer ausführen</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="295" />
+      <source>Generate a distribution package using PyInstaller</source>
+      <translation>Erzeuge ein Distributionspaket mit PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="296" />
+      <source>&lt;b&gt;Execute PyInstaller&lt;/b&gt;&lt;p&gt;Generate a distribution package using PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;PyInstaller ausführen&lt;/b&gt;&lt;p&gt;Erzeuge ein Distributionspaket mit PyInstaller. Der Befehl wird im Projektverzeichnis ausgeführt. Alle Dateien und Verzeichnisse müssen als absolute Pfade oder als Pfade relativ zum Projektverzeichnis angegeben werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="309" />
+      <source>Make PyInstaller Spec File</source>
+      <translation>PyInstaller Spec-Datei erzeugen</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="310" />
+      <source>Make PyInstaller &amp;Spec File</source>
+      <translation>PyInstaller &amp;Spec-Datei erzeugen</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="313" />
+      <source>Generate a spec file to be used by PyInstaller</source>
+      <translation>Erzeuge eine Spec-Datei zur Verwendung mit PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="314" />
+      <source>&lt;b&gt;Make PyInstaller Spec File&lt;/b&gt;&lt;p&gt;Generate a spec file to be used by PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;PyInstaller Spec-Datei erzeugen&lt;/b&gt;&lt;p&gt;Erzeuge eine Spec-Datei zur Verwendung mit PyInstaller. Der Befehl wird im Projektverzeichnis ausgeführt. Alle Dateien und Verzeichnisse müssen als absolute Pfade oder als Pfade relativ zum Projektverzeichnis angegeben werden.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="327" />
+      <source>Clean PyInstaller</source>
+      <translation>PyInstaller Aufräumen</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="328" />
+      <source>&amp;Clean PyInstaller</source>
+      <translation>PyInstaller &amp;Aufräumen</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="331" />
+      <source>Remove the PyInstaller created directories</source>
+      <translation>Lösche die von PyInstaller erzeugten Verzeichnisse</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="332" />
+      <source>&lt;b&gt;Clean PyInstaller&lt;/b&gt;&lt;p&gt;Remove the PyInstaller created directories (dist and build). These are subdirectories within the project path.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;PyInstaller Aufräumen&lt;/b&gt;&lt;p&gt;Lösche die von PyInstaller erzeugten Verzeichnisse (dist und build). Diese Verzeichnisse befinden sich unter dem Projektverzeichnis.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="415" />
+      <source>pyinstaller</source>
+      <translation>pyinstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="458" />
+      <source>pyi-makespec</source>
+      <translation>pyi-makespec</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="459" />
+      <source>The pyi-makespec executable could not be found.</source>
+      <translation>Das Programm pyi-makespec konnte nicht gefunden werden.</translation>
+    </message>
+  </context>
+</TS>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/i18n/pyinstaller_empty.ts	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,337 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0">
+  <context>
+    <name>PyInstallerCleanupDialog</name>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Clean PyInstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Select the PyInstaller directories to be removed:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Build Directory</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Distribution Directory</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Both Directories</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>PyInstallerConfigDialog</name>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>PyInstaller Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>&amp;General</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Executable</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Select the executable to be run</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Input File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Project Main Script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Script or Spec File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Generate Option</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>One Directory</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>One File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Name (optional):</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter an optional name for the application</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Encryption Key (optional):</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter an optional key used to encrypt Python bytecode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Clean Before Building</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>&amp;Windows and macOS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Application Mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Select for a console application</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Console Application</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Select for a windowed application (i.e. do not open a console window)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Windowed Application</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Icon</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Icon File:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Icon ID:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter the icon ID to be extracted from the exe file</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>&amp;macOS Specific</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Bundle Identifier:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter the macOS app bundle identifier</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="53" />
+      <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;Spec Files (*.spec);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="60" />
+      <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="77" />
+      <source>Icon Files (*.icns);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="82" />
+      <source>Icon Files (*.ico);;Executable Files (*.exe);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>PyInstallerExecDialog</name>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="86" />
+      <source>{0} - {1}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="98" />
+      <source>Process Generation Error</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="99" />
+      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="137" />
+      <source>
+{0} aborted.
+</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="156" />
+      <source>
+{0} finished.
+</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.ui" line="0" />
+      <source>PyInstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.ui" line="0" />
+      <source>Messages</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.ui" line="0" />
+      <source>&lt;b&gt;Packager Execution&lt;/b&gt;
+&lt;p&gt;This shows the output of the packager command.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>PyInstallerPlugin</name>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="60" />
+      <source>Packagers - PyInstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="223" />
+      <source>The pyinstaller.exe executable could not be found.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="416" />
+      <location filename="../../PluginPyInstaller.py" line="228" />
+      <source>The pyinstaller executable could not be found.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="291" />
+      <source>Execute PyInstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="292" />
+      <source>Execute Py&amp;Installer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="295" />
+      <source>Generate a distribution package using PyInstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="296" />
+      <source>&lt;b&gt;Execute PyInstaller&lt;/b&gt;&lt;p&gt;Generate a distribution package using PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="309" />
+      <source>Make PyInstaller Spec File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="310" />
+      <source>Make PyInstaller &amp;Spec File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="313" />
+      <source>Generate a spec file to be used by PyInstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="314" />
+      <source>&lt;b&gt;Make PyInstaller Spec File&lt;/b&gt;&lt;p&gt;Generate a spec file to be used by PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="327" />
+      <source>Clean PyInstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="328" />
+      <source>&amp;Clean PyInstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="331" />
+      <source>Remove the PyInstaller created directories</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="332" />
+      <source>&lt;b&gt;Clean PyInstaller&lt;/b&gt;&lt;p&gt;Remove the PyInstaller created directories (dist and build). These are subdirectories within the project path.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="415" />
+      <source>pyinstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="458" />
+      <source>pyi-makespec</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="459" />
+      <source>The pyi-makespec executable could not be found.</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+</TS>
Binary file PyInstallerInterface/i18n/pyinstaller_en.qm has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/i18n/pyinstaller_en.ts	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,337 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="en_US" sourcelanguage="">
+  <context>
+    <name>PyInstallerCleanupDialog</name>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Clean PyInstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Select the PyInstaller directories to be removed:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Build Directory</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Distribution Directory</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Both Directories</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>PyInstallerConfigDialog</name>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>PyInstaller Configuration</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>&amp;General</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Executable</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Select the executable to be run</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Input File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Project Main Script</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Script or Spec File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Generate Option</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>One Directory</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>One File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Name (optional):</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter an optional name for the application</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Encryption Key (optional):</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter an optional key used to encrypt Python bytecode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Clean Before Building</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>&amp;Windows and macOS</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Application Mode</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Select for a console application</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Console Application</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Select for a windowed application (i.e. do not open a console window)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Windowed Application</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Icon</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Icon File:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Icon ID:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter the icon ID to be extracted from the exe file</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>&amp;macOS Specific</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Bundle Identifier:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter the macOS app bundle identifier</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="53" />
+      <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;Spec Files (*.spec);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="60" />
+      <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="77" />
+      <source>Icon Files (*.icns);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="82" />
+      <source>Icon Files (*.ico);;Executable Files (*.exe);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>PyInstallerExecDialog</name>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="86" />
+      <source>{0} - {1}</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="98" />
+      <source>Process Generation Error</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="99" />
+      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="137" />
+      <source>
+{0} aborted.
+</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="156" />
+      <source>
+{0} finished.
+</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.ui" line="0" />
+      <source>PyInstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.ui" line="0" />
+      <source>Messages</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.ui" line="0" />
+      <source>&lt;b&gt;Packager Execution&lt;/b&gt;
+&lt;p&gt;This shows the output of the packager command.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+  <context>
+    <name>PyInstallerPlugin</name>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="60" />
+      <source>Packagers - PyInstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="223" />
+      <source>The pyinstaller.exe executable could not be found.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="416" />
+      <location filename="../../PluginPyInstaller.py" line="228" />
+      <source>The pyinstaller executable could not be found.</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="291" />
+      <source>Execute PyInstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="292" />
+      <source>Execute Py&amp;Installer</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="295" />
+      <source>Generate a distribution package using PyInstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="296" />
+      <source>&lt;b&gt;Execute PyInstaller&lt;/b&gt;&lt;p&gt;Generate a distribution package using PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="309" />
+      <source>Make PyInstaller Spec File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="310" />
+      <source>Make PyInstaller &amp;Spec File</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="313" />
+      <source>Generate a spec file to be used by PyInstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="314" />
+      <source>&lt;b&gt;Make PyInstaller Spec File&lt;/b&gt;&lt;p&gt;Generate a spec file to be used by PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="327" />
+      <source>Clean PyInstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="328" />
+      <source>&amp;Clean PyInstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="331" />
+      <source>Remove the PyInstaller created directories</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="332" />
+      <source>&lt;b&gt;Clean PyInstaller&lt;/b&gt;&lt;p&gt;Remove the PyInstaller created directories (dist and build). These are subdirectories within the project path.&lt;/p&gt;</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="415" />
+      <source>pyinstaller</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="458" />
+      <source>pyi-makespec</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="459" />
+      <source>The pyi-makespec executable could not be found.</source>
+      <translation type="unfinished" />
+    </message>
+  </context>
+</TS>
Binary file PyInstallerInterface/i18n/pyinstaller_es.qm has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/i18n/pyinstaller_es.ts	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,350 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="es_ES" sourcelanguage="">
+  <context>
+    <name>PyInstallerCleanupDialog</name>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Clean PyInstaller</source>
+      <translation>Limpiar PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Select the PyInstaller directories to be removed:</source>
+      <translation>Seleccionar los directorios de PyInstaller a eliminar:</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Build Directory</source>
+      <translation>Directorio build</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Distribution Directory</source>
+      <translation>Directorio de distribución</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Both Directories</source>
+      <translation>Ambos directorios</translation>
+    </message>
+  </context>
+  <context>
+    <name>PyInstallerConfigDialog</name>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>PyInstaller Configuration</source>
+      <translation>Configuración de PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>&amp;General</source>
+      <translation>&amp;General</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Executable</source>
+      <translation>Ejecutable</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Select the executable to be run</source>
+      <translation>Seleccionar el archivo ejecutable</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Input File</source>
+      <translation>Archivo de Input</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Project Main Script</source>
+      <translation>Script Principal del Proyecto</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Script or Spec File</source>
+      <translation>Script o Archivo Spec</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Generate Option</source>
+      <translation>Opción Generar</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>One Directory</source>
+      <translation>Un Directorio</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>One File</source>
+      <translation>Un Archivo</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Name (optional):</source>
+      <translation>Nombre (opcional):</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter an optional name for the application</source>
+      <translation>Introducir un nombre opcional para la aplicación</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Encryption Key (optional):</source>
+      <translation>Clave de Encriptación (opcional):</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter an optional key used to encrypt Python bytecode</source>
+      <translation>Introducir una clave opcional para encriptar el bytecode de Python</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Clean Before Building</source>
+      <translation>Limpiar Antes de Construir</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>&amp;Windows and macOS</source>
+      <translation>&amp;Windows y macOS</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Application Mode</source>
+      <translation>Modo de Aplicación</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Select for a console application</source>
+      <translation />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Console Application</source>
+      <translation>Aplicación de Consola</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Select for a windowed application (i.e. do not open a console window)</source>
+      <translation>Seleccionar una aplicación de ventana (sin abrir una ventana de consola)</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Windowed Application</source>
+      <translation>Aplicación de Ventana</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Icon</source>
+      <translation>Icono</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Icon File:</source>
+      <translation>Archivo de Icono:</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Icon ID:</source>
+      <translation>ID de Icono:</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter the icon ID to be extracted from the exe file</source>
+      <translation>Introducir el ID de icono a extraer del archivo exe</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>&amp;macOS Specific</source>
+      <translation>Específico de &amp;macOS</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Bundle Identifier:</source>
+      <translation>Identificador de Bundle:</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter the macOS app bundle identifier</source>
+      <translation>Introducir el identificador de bundle de macOS</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="53" />
+      <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;Spec Files (*.spec);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="60" />
+      <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="77" />
+      <source>Icon Files (*.icns);;All Files (*)</source>
+      <translation>Archivos de Icono (*.icns);;Todos los Archivos (*)</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="82" />
+      <source>Icon Files (*.ico);;Executable Files (*.exe);;All Files (*)</source>
+      <translation>Archivos de Icono (*.ico);;Archivos Ejecutables (*.exe);;Todos los Archivos (*)</translation>
+    </message>
+    <message>
+      <source>Python Files (*.py *.py2 *.py3);;Python GUI Files (*.pyw *.pyw2 *.pyw3);;Spec Files (*.spec);;All Files (*)</source>
+      <translation type="vanished">Archivos Python (*.py *.py2 *.py3);;Archivos de Python GUI (*.pyw *.pyw2 *.pyw3);;Archivos Spec (*.spec);;Todos los Archivos (*)</translation>
+    </message>
+    <message>
+      <source>Python Files (*.py *.py2 *.py3);;Python GUI Files (*.pyw *.pyw2 *.pyw3);;All Files (*)</source>
+      <translation type="vanished">Archivos Python (*.py *.py2 *.py3);;Archivos de Python GUI (*.pyw *.pyw2 *.pyw3);;Todos los Archivos (*)</translation>
+    </message>
+  </context>
+  <context>
+    <name>PyInstallerExecDialog</name>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="86" />
+      <source>{0} - {1}</source>
+      <translation>{0} - {1}</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="98" />
+      <source>Process Generation Error</source>
+      <translation>Error de Generación de Proceso</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="99" />
+      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+      <translation>El proceso {0} no se ha podido iniciar. Asegúrese de que está en la ruta de búsqueda.</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="137" />
+      <source>
+{0} aborted.
+</source>
+      <translation>
+{0} abortado.
+</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="156" />
+      <source>
+{0} finished.
+</source>
+      <translation>
+{0} finalizado.
+</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.ui" line="0" />
+      <source>PyInstaller</source>
+      <translation>PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.ui" line="0" />
+      <source>Messages</source>
+      <translation>Mensajes</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.ui" line="0" />
+      <source>&lt;b&gt;Packager Execution&lt;/b&gt;
+&lt;p&gt;This shows the output of the packager command.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Ejecución del Packager&lt;/b&gt;
+&lt;p&gt;Muestra la salida del comando de packager.&lt;/p&gt;</translation>
+    </message>
+  </context>
+  <context>
+    <name>PyInstallerPlugin</name>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="60" />
+      <source>Packagers - PyInstaller</source>
+      <translation>Packagers - PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="223" />
+      <source>The pyinstaller.exe executable could not be found.</source>
+      <translation>No se ha encontrado el ejecutable pyinstaller.exe.</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="416" />
+      <location filename="../../PluginPyInstaller.py" line="228" />
+      <source>The pyinstaller executable could not be found.</source>
+      <translation>No se ha encontrado el ejecutable pyinstaller.</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="291" />
+      <source>Execute PyInstaller</source>
+      <translation>Ejecutar PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="292" />
+      <source>Execute Py&amp;Installer</source>
+      <translation>Ejecutar Py&amp;Installer</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="295" />
+      <source>Generate a distribution package using PyInstaller</source>
+      <translation>Generar un package de distribución utilizando PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="296" />
+      <source>&lt;b&gt;Execute PyInstaller&lt;/b&gt;&lt;p&gt;Generate a distribution package using PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Ejecutar PyInstaller&lt;/b&gt;&lt;p&gt;Generar un package de  distribución usando PyInstaller. El comando se ejecuta desde la ruta del proyecto. Todos los archivos y directorios se deben proporcionar como una ruta absoluta o relativa al directorio del proyecto.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="309" />
+      <source>Make PyInstaller Spec File</source>
+      <translation>Hacer Archivo Spec de PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="310" />
+      <source>Make PyInstaller &amp;Spec File</source>
+      <translation>Hacer Archivo &amp;Spec de PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="313" />
+      <source>Generate a spec file to be used by PyInstaller</source>
+      <translation>Generar un archivo spec a utilizar por parte de PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="314" />
+      <source>&lt;b&gt;Make PyInstaller Spec File&lt;/b&gt;&lt;p&gt;Generate a spec file to be used by PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Hacer Archivo Spec de PyInstaller&lt;/b&gt;&lt;p&gt;Generar un archivo spec a utilizar por PyInstaller. El comando se ejecuta en la ruta del proyecto. Todos los archivos y directorios se deben proporcionar como una ruta absoluta o relativa al directorio del proyecto.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="327" />
+      <source>Clean PyInstaller</source>
+      <translation>Limpiar PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="328" />
+      <source>&amp;Clean PyInstaller</source>
+      <translation>&amp;Limpiar PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="331" />
+      <source>Remove the PyInstaller created directories</source>
+      <translation>Eliminar los directorios creados por PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="332" />
+      <source>&lt;b&gt;Clean PyInstaller&lt;/b&gt;&lt;p&gt;Remove the PyInstaller created directories (dist and build). These are subdirectories within the project path.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Limpiar PyInstaller&lt;/b&gt;&lt;p&gt;Eliminar los directorios creados por PyInstaller (dist and build). Se trata de subdirectorios dentro de la ruta del proyecto.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="415" />
+      <source>pyinstaller</source>
+      <translation>pyinstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="458" />
+      <source>pyi-makespec</source>
+      <translation>pyi-makespec</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="459" />
+      <source>The pyi-makespec executable could not be found.</source>
+      <translation>No se ha encontrado el ejecutable pyi-makespec.</translation>
+    </message>
+  </context>
+</TS>
Binary file PyInstallerInterface/i18n/pyinstaller_ru.qm has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyInstallerInterface/i18n/pyinstaller_ru.ts	Thu May 27 20:28:55 2021 +0200
@@ -0,0 +1,342 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="ru_RU" sourcelanguage="">
+  <context>
+    <name>PyInstallerCleanupDialog</name>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Clean PyInstaller</source>
+      <translation>Очистить PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Select the PyInstaller directories to be removed:</source>
+      <translation>Выберите директории PyInstaller для удаления:</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Build Directory</source>
+      <translation>Директория Build</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Distribution Directory</source>
+      <translation>Директория Dis</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerCleanupDialog.ui" line="0" />
+      <source>Both Directories</source>
+      <translation>Обе директории</translation>
+    </message>
+  </context>
+  <context>
+    <name>PyInstallerConfigDialog</name>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>PyInstaller Configuration</source>
+      <translation>Настройка параметров PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>&amp;General</source>
+      <translation>&amp;Основные</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Executable</source>
+      <translation>Исполняемые файлы</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Select the executable to be run</source>
+      <translation>Выберите исполняемый файл для выполнения</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Input File</source>
+      <translation>Файл ввода</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Project Main Script</source>
+      <translation>Главный сценарий проект</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Script or Spec File</source>
+      <translation>Скрипт или файл спецификации</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Generate Option</source>
+      <translation>Опции создания</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>One Directory</source>
+      <translation>Одна директория</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>One File</source>
+      <translation>Один файл</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Name (optional):</source>
+      <translation>Имя (опционально):</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter an optional name for the application</source>
+      <translation>Введите дополнительное имя приложения</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Encryption Key (optional):</source>
+      <translation>Ключ кодировки (опционально):</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter an optional key used to encrypt Python bytecode</source>
+      <translation>Введите опциональный ключ, используемый для кодирования байткода Python</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Clean Before Building</source>
+      <translation>Очищать перед созданием пакета</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>&amp;Windows and macOS</source>
+      <translation>&amp;Windows и macOS</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Application Mode</source>
+      <translation>Режим приложения</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Select for a console application</source>
+      <translation>Создание консольного приложения</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Console Application</source>
+      <translation>Консольное приложение</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Select for a windowed application (i.e. do not open a console window)</source>
+      <translation>Создание оконного приложения (т.е. без открытия окна консоли)</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Windowed Application</source>
+      <translation>Оконное приложение</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Icon</source>
+      <translation>Иконка</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Icon File:</source>
+      <translation>Файл иконки:</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Icon ID:</source>
+      <translation>ID иконки:</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter the icon ID to be extracted from the exe file</source>
+      <translation>Введите ID иконки для извлечения его из .exe файла</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>&amp;macOS Specific</source>
+      <translation>Спецификация &amp;macOS</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Bundle Identifier:</source>
+      <translation>Идентификатор пакета:</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.ui" line="0" />
+      <source>Enter the macOS app bundle identifier</source>
+      <translation>Введите идентификатор пакета приложений macOS</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="53" />
+      <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;Spec Files (*.spec);;All Files (*)</source>
+      <translation>Файлы Python (*.py *.py3);;Файлы Python GUI (*.pyw *.pyw3);;Файлы Spec (*.spec);;Все файлы (*)</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="60" />
+      <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source>
+      <translation>Файлы Python (*.py *.py3);;Файлы Python GUI (*.pyw *.pyw3);;Все файлы (*)</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="77" />
+      <source>Icon Files (*.icns);;All Files (*)</source>
+      <translation>Файлы иконок (*.icns);;Все файлы (*)</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerConfigDialog.py" line="82" />
+      <source>Icon Files (*.ico);;Executable Files (*.exe);;All Files (*)</source>
+      <translation>Файлы иконок (*.ico);;Исполняемые файлы (*.exe);;Все файлы (*)</translation>
+    </message>
+  </context>
+  <context>
+    <name>PyInstallerExecDialog</name>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="86" />
+      <source>{0} - {1}</source>
+      <translation>{0} - {1}</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="98" />
+      <source>Process Generation Error</source>
+      <translation>Ошибка в процессе создания</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="99" />
+      <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+      <translation>Невозможно запустить процесс {0}. Убедитесь, что он находится в путях поиска.</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="137" />
+      <source>
+{0} aborted.
+</source>
+      <translation>
+Работа {0} прервана.
+</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.py" line="156" />
+      <source>
+{0} finished.
+</source>
+      <translation>
+Работа {0} завершена.
+</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.ui" line="0" />
+      <source>PyInstaller</source>
+      <translation>PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.ui" line="0" />
+      <source>Messages</source>
+      <translation>Сообщения</translation>
+    </message>
+    <message>
+      <location filename="../PyInstallerExecDialog.ui" line="0" />
+      <source>&lt;b&gt;Packager Execution&lt;/b&gt;
+&lt;p&gt;This shows the output of the packager command.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Работа упаковщика&lt;/b&gt;
+&lt;p&gt;Отображение вывода команд упаковщика.&lt;/p&gt;</translation>
+    </message>
+  </context>
+  <context>
+    <name>PyInstallerPlugin</name>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="60" />
+      <source>Packagers - PyInstaller</source>
+      <translation>Упаковщик - PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="223" />
+      <source>The pyinstaller.exe executable could not be found.</source>
+      <translation>Невозможно найти исполняемый файл pyinstaller.exe.</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="416" />
+      <location filename="../../PluginPyInstaller.py" line="228" />
+      <source>The pyinstaller executable could not be found.</source>
+      <translation>Невозможно найти исполняемый файл pyinstaller.</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="291" />
+      <source>Execute PyInstaller</source>
+      <translation>Выполнить PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="292" />
+      <source>Execute Py&amp;Installer</source>
+      <translation>Выполнить Py&amp;Installer</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="295" />
+      <source>Generate a distribution package using PyInstaller</source>
+      <translation>Создать дистрибутивный пакет с помощью PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="296" />
+      <source>&lt;b&gt;Execute PyInstaller&lt;/b&gt;&lt;p&gt;Generate a distribution package using PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Выполнить PyInstaller&lt;/b&gt;&lt;p&gt;Создание дистрибутивного пакета посредством PyInstaller. Команда выполняется в путях проекта. Все файлы и директории должны быть указаны абсолютно или относительно директории проекта.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="309" />
+      <source>Make PyInstaller Spec File</source>
+      <translation>Создать файл спецификации PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="310" />
+      <source>Make PyInstaller &amp;Spec File</source>
+      <translation>Создать файл &amp;спецификации PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="313" />
+      <source>Generate a spec file to be used by PyInstaller</source>
+      <translation>Создать файл спецификации, который будет использован PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="314" />
+      <source>&lt;b&gt;Make PyInstaller Spec File&lt;/b&gt;&lt;p&gt;Generate a spec file to be used by PyInstaller. The command is executed in the project path. All files and directories must be given as absolute paths or as paths relative to the project path.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Создать файл спецификации PyInstaller&lt;/b&gt;&lt;p&gt;Создание файла спецификации посредством PyInstaller. Команда выполняется в путях проекта. Все файлы и директории должны быть указаны абсолютно или относительно директории проекта.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="327" />
+      <source>Clean PyInstaller</source>
+      <translation>Очистить PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="328" />
+      <source>&amp;Clean PyInstaller</source>
+      <translation>&amp;Очистить PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="331" />
+      <source>Remove the PyInstaller created directories</source>
+      <translation>Удалить директории, созданные PyInstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="332" />
+      <source>&lt;b&gt;Clean PyInstaller&lt;/b&gt;&lt;p&gt;Remove the PyInstaller created directories (dist and build). These are subdirectories within the project path.&lt;/p&gt;</source>
+      <translation>&lt;b&gt;Очистить PyInstaller&lt;/b&gt;&lt;p&gt;Удаление директорий (dist и build), созданных PyInstaller. Эти поддиректории находятся в путях проекта.&lt;/p&gt;</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="415" />
+      <source>pyinstaller</source>
+      <translation>pyinstaller</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="458" />
+      <source>pyi-makespec</source>
+      <translation>pyi-makespec</translation>
+    </message>
+    <message>
+      <location filename="../../PluginPyInstaller.py" line="459" />
+      <source>The pyi-makespec executable could not be found.</source>
+      <translation>Невозможно найти исполняемый файл pyi-makespec.</translation>
+    </message>
+  </context>
+</TS>

eric ide

mercurial