0

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?

Jimm Chen
  • 2,886
  • 3
  • 31
  • 53

1 Answers1

0

Is there more official python win32 api package?

What you are looking for is pywin32.

ThiefMaster
  • 298,938
  • 77
  • 579
  • 623