Closed virtuald closed 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
Oh weird. No wonder the tests failed for me originally, it appears that your setup.py has use_2to3=True.
use_2to3=True
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