Added code to the install script to work around some weirdness of the pywin32 package. eric7

Fri, 23 Aug 2024 14:17:59 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 23 Aug 2024 14:17:59 +0200
branch
eric7
changeset 10886
e46fcabe7a3f
parent 10885
f6544d6924d0
child 10887
305885e65bd1

Added code to the install script to work around some weirdness of the pywin32 package.

scripts/install.py file | annotate | diff | comparison | revisions
--- a/scripts/install.py	Fri Aug 23 12:32:14 2024 +0200
+++ b/scripts/install.py	Fri Aug 23 14:17:59 2024 +0200
@@ -2017,6 +2017,9 @@
     @param iconPath path of the icon file
     @type str
     """
+    # replicate stuff done in pywin32.pth - needed only here
+    import pywin32_bootstrap  # noqa
+
     from pywintypes import com_error  # noqa: I102
     from win32com.client import Dispatch  # noqa: I102
 

eric ide

mercurial