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

It's necessary to specify exact version of async_tkinter_loop #1

Open
insolor opened this issue Jun 20, 2022 · 0 comments
Open

It's necessary to specify exact version of async_tkinter_loop #1

insolor opened this issue Jun 20, 2022 · 0 comments

Comments

@insolor
Copy link

insolor commented Jun 20, 2022

There were some changes in the API of async-tkinter-loop.

Since version 0.2.0 there are no more separate async_command and async_event_handler functions in the async-tkinter-loop package. Now, there is only one async_handler function for both use cases.

You need either specify the exact version async-tkinter-loop==0.1.0 in the README.md or in requrements.txt, or use async_handler instead of async_command in your code.

Sorry for the inconvenience.

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