Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows fallback to tkinter does not work #36

Open
pfmoore opened this issue Sep 8, 2021 · 0 comments
Open

Windows fallback to tkinter does not work #36

pfmoore opened this issue Sep 8, 2021 · 0 comments

Comments

@pfmoore
Copy link

pfmoore commented Sep 8, 2021

The check for ImportError here that is used to fall back to Tkinter when pywin32 isn't available, does not work because ImportError is converted to PyWin32NotFound here.

This should be relatively easy to fix, by deriving ToolNotFound from ImportError rather than from Exception here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant