Now com cache is stored in the config folder, so program files folder keeps untouched on installed copies. Updated contributors in application.py, fixed spelling in some comments in main.py

This commit is contained in:
Jose Manuel Delicado
2015-10-18 12:19:43 +02:00
parent 70b5f25cf0
commit adf062f654
4 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
import win32com.client
def fix():
if win32com.client.gencache.is_readonly == True:
win32com.client.gencache.is_readonly = False