-
Notifications
You must be signed in to change notification settings - Fork 815
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
set_reactive02.py does not run (AttributeError: 'Greeter' object has no attribute 'set_reactive') #4767
Comments
Please run |
| Rich | 13.7.1 | Python
Operating System
Terminal
Rich Console options
|
Please copy and paste all of the output. Looks like the top (the most important part) is missing. |
Apologies :) Textual DiagnosticsVersions
Python
Operating System
Terminal
Rich Console options
~/trend main !4 ?1 textual diagnose ✔ trend Textual DiagnosticsVersions
Python
Operating System
Terminal
Rich Console options
|
Oh... am I running a terribly old version? oops |
Yup - that's a very old version :) We're at 0.72.0 now. Gonna close this - feel free to reach out if you have any more problems! |
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
Just running https://textual.textualize.io/guide/reactivity/#__tabbed_10_1
set_reactive02.py
It doesn't run. Get the following error:
AttributeError: 'Greeter' object has no attribute 'set_reactive'
Same happened when I tried to run my own code that used the set_reactive() method.
Cheers,
The text was updated successfully, but these errors were encountered: