I use pywin32-216.win32-py2.7.exe from http://www.lfd.uci.edu/~gohlke/pythonlibs/ , and hope to use Win32 API GetCPInfoEx(). However, import win32api
seems does not provide that function.
BTW: Is there more official python win32 api package?
I use pywin32-216.win32-py2.7.exe from http://www.lfd.uci.edu/~gohlke/pythonlibs/ , and hope to use Win32 API GetCPInfoEx(). However, import win32api
seems does not provide that function.
BTW: Is there more official python win32 api package?
Is there more official python win32 api package?
What you are looking for is pywin32
.