Replies: 2 comments 1 reply
-
|
I would imagine one major cause of problems would be that Textual only supports currently-supported versions of Python; so Python 3.8 or above. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I tried it now on my pi zero 2 w with This is my app from the App Basics: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 try to install textual on my raspberry pi b+ and get with the
pip install textualorsudo pip install textualthe following error message:If i try it with
pip3 install textualit works but then after creating my first simple app (just a window) it says:What do i wrong?
I just want to create a nice GUI with css.
TkInter what i use currently has not really "modern" optics...
OS: Raspbian GNU/Linux 10 (buster) Linux 5.10.103+
Python: 2.7.16
Python 3: 3.7.3
Beta Was this translation helpful? Give feedback.
All reactions