mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-04-05 19:32:30 -04:00
Apply fix_libloader before fix_win32com
This commit is contained in:
parent
fd43865105
commit
c82ef1855c
@ -10,9 +10,9 @@ from . import fix_requests #fix cacert.pem location for TWBlue binary copies
|
|||||||
def setup():
|
def setup():
|
||||||
fix_arrow.fix()
|
fix_arrow.fix()
|
||||||
if hasattr(sys, "frozen"):
|
if hasattr(sys, "frozen"):
|
||||||
|
fix_libloader.fix()
|
||||||
fix_win32com.fix()
|
fix_win32com.fix()
|
||||||
fix_requests.fix(True)
|
fix_requests.fix(True)
|
||||||
fix_libloader.fix()
|
|
||||||
else:
|
else:
|
||||||
fix_requests.fix(False)
|
fix_requests.fix(False)
|
||||||
fix_urllib3_warnings.fix()
|
fix_urllib3_warnings.fix()
|
Loading…
x
Reference in New Issue
Block a user