-
|
Hi everyone,
so i switched to Visual Studio, when i do that and run the "text-input" example from the Website
This is kind of discouraging - am i doing something wrong or running into beginnerproblems? I wasnt able to find solutions to my problems and its kind of odd that even the simple examples dont work, even though "python -m textual" works just fine |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
Do you think you could start by telling us what platform you're working on, and then also giving us some idea what this "weird output" looks like? |
Beta Was this translation helpful? Give feedback.
-
|
Im using Windows with: And Visual Studio: i also uploaded some weird output for the text-input example from the website |
Beta Was this translation helpful? Give feedback.
-
|
Its Windows10. Anyhow, with VisualStudioCode it works fine just fine with output in the embedded terminal. Thank you very much, i will start using that then. Sorry for being inprecise with my infos. |
Beta Was this translation helpful? Give feedback.

Sadly it's almost impossible for me to see what's going on in that image.
You mention "Jupyter Notebook", which you didn't mention earlier. Textual doesn't currently support applications being run in that environment; Textual applications are designed to be run in a terminal emulator (although we do aim to make Jupyter support work in the future; some work has been done in that direction).
Which version of Windows are we talking about here?
I also just realised that when you say "Visual Studio" you mean the full version, not Visual Studio Code. I can't personally speak for full Visual Studio, but for this to work the terminal emulator built into it would need to have full ANSI support, mu…