@willmcgugan I get "ImportError: Package 'textual.widgets' has no class 'Switch'"
@willmcgugan Just cloned it again – same error. I must be doing something wrong, but I have no idea what.
@szescstopni What happens if you do the following?
from textual import __version__
print(__version__)
@willmcgugan 0.10.1
@szescstopni Latest version is 0.13.0
You can update it with:
pip install textual -U
Or if you have cloning it from the repo:
poetry install --extras dev
@willmcgugan Thanks. It works now. Things are changing quickly. I only installed it a couple of days ago :)
@szescstopni Suspect you have an old version of Textual installed