mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-27 10:19:22 +00:00
Added a fix for gencache on win32com
This commit is contained in:
7
src/fixes/fix_win32com.py
Normal file
7
src/fixes/fix_win32com.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import win32com.client
|
||||
|
||||
|
||||
def fix():
|
||||
if win32com.client.gencache.is_readonly == True:
|
||||
win32com.client.gencache.is_readonly = False
|
||||
win32com.client.gencache.Rebuild()
|
Reference in New Issue
Block a user