enthought / pywin32-ctypes

A (partial) reimplementation of pywin32 in pure python
Other
18 stars 9 forks source link

API additions to allow pywin32-ctypes to work with pyinstaller #46

Closed virtuald closed 7 years ago

virtuald commented 7 years ago

Our goal is to use pyinstaller in msys2 environment, and cffi/pywin32 don't work in msys2 so ctypes is our primary focus.

CC @dangmai

virtuald commented 7 years ago

Oh weird. No wonder the tests failed for me originally, it appears that your setup.py has use_2to3=True.