Replies: 3 comments 16 replies
-
Just downloaded Textual now, and I noticed that all the examples work when manually run by typing the command in the command line, but not when double clicking the python file... |
Beta Was this translation helpful? Give feedback.
-
Could you clarify the question?
I have Anaconda installed. No stand-alone versions of Python (just those
integrated into the environments).
…On Mon, Mar 21, 2022, 11:37 AM Luka Mamukashvili ***@***.***> wrote:
How many *Python* instances have you installed?
—
Reply to this email directly, view it on GitHub
<#335 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADALVJBEWZU3SFJLD5TJSDVBCJSBANCNFSM5Q4D3JHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Adding to the information available, this is a repro video. It shows the following py -m pip install --user --upgrade --compile textual
:: rich 12.4.1
:: textual 0.1.18
py -m rich.diganose
py -m rich
py -m textual.app After launching
This is on Windows 10 Version 20H2, using Python 3.10.2 from https://www.python.org/downloads/. Potentially related: #305. Edit: Thank you to @DavinderJolly for the following:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run this code through anaconda prompt on windows. All I see is a blank screen. 😢 I installed from pip, version 0.1.17.
Beta Was this translation helpful? Give feedback.
All reactions