Python interpreter/encoding fix
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import win32com.client
|
||||
|
||||
|
||||
appl = win32com.client.Dispatch("Access.Application")
|
||||
appl.visible = 0
|
||||
appl.OpenCurrentDatabase(r'C:\Users\Lorenz\Desktop\wgmaster2010.accdb', True, True)
|
||||
|
Reference in New Issue
Block a user