scripts/install.py

branch
eric7-maintenance
changeset 10892
409d010d7cae
parent 10873
4e8e63df7893
parent 10886
e46fcabe7a3f
child 11019
27cd57e98461
--- a/scripts/install.py	Mon Jul 29 14:43:59 2024 +0200
+++ b/scripts/install.py	Sat Aug 31 10:54:21 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