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
  • 3,411
  • 3
  • 35
  • 59

1 Answers1

0

Is there more official python win32 api package?

What you are looking for is pywin32.

ThiefMaster
  • 310,957
  • 84
  • 592
  • 636