tkFileBrowser
tkFileBrowser copied to clipboard
Does not install all dependencies on Windows 10
I am on Windows 10, Python 3.8.1. I used pip install tkfilebrowser. The module was installed without error, but failed when attempting to use it because pywin32 was not included in the install. I installed pywin32 by hand using pip, and all seems well.