Previews from command line no longer work #2945
-
Please give a brief but clear explanation of the issue. If you can, include a complete working example that demonstrates the bug. Check it can run without modifications. When launching previews from command line (e.g. calling
From exception prompts we can know that this is due to misplacement of files in refactoring dev tools, which means I don`t know whether the preview feature should be preserved in textual or move into textual-dev. I would like to create a PR to fix it if I know where it should be. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
By the way, the |
Beta Was this translation helpful? Give feedback.
-
What version of |
Beta Was this translation helpful? Give feedback.
-
As @TomJGooding points out above, it would be helpful if you could say what versions you're using, and also how you have your Python and Textual development environments set up. On the surface it would seem that you have an environment that has some mixed up versions. Here's me setting up a brand new virtual environment with Screen.Recording.2023-07-15.at.08.24.21.movCould you perhaps explain how you go about doing this? |
Beta Was this translation helpful? Give feedback.
-
Oops, it was my mistake. I used an mirror site for PIP to download and upgrade packages for faster speed. It turns out that the mirror site was kind of out-dated and gave me |
Beta Was this translation helpful? Give feedback.
Oops, it was my mistake. I used an mirror site for PIP to download and upgrade packages for faster speed. It turns out that the mirror site was kind of out-dated and gave me
textual 0.29.0
andtextual-dev 0.0.2
. After I unset the mirror site and did a upgrade, the out-datedtextual-dev
package is up-to-date. Sorry for inconvenience and bothering (T_T).