You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run any of the examples gives me this error:
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Users\ABDO\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "D:\code\example\.venv\lib\site-packages\textual\drivers\win32.py", line 227, in run
self.app.log("event monitor thread started")
File "D:\code\example\.venv\lib\site-packages\textual\__init__.py", line 37, in __call__
app = active_app.get()
LookupError: <ContextVar name='active_app' at 0x000002252EDC8C70>
This is what I'm using in poetry dependencies textual = {git = "https://github.com/Textualize/textual.git", rev = "css", extras = ["dev"]}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Trying to run any of the examples gives me this error:
This is what I'm using in poetry dependencies
textual = {git = "https://github.com/Textualize/textual.git", rev = "css", extras = ["dev"]}
Beta Was this translation helpful? Give feedback.
All reactions