Ruslan Korniichuk

Results 1 issues of Ruslan Korniichuk

Hi all, need help with PyInstaller and [Pywinauto](https://github.com/pywinauto/pywinauto) lib. `test.py` file (one liner): ``` from pywinauto.application import Application ``` Create EXE file based on `test.py` file: ``` > pyinstaller test.py...