'kitty' not defined on example python kitty's #3169
-
Hi, I'm having some Python issues with trying to run kitten examples:
And running it manually I get python errors
Couldn't find any docs on Python requirements but maybe I'm just not looking in the right place? It does seem the examples assume a global 'kitty' that's not there for me? |
Beta Was this translation helpful? Give feedback.
Answered by
kovidgoyal
Dec 14, 2020
Replies: 1 comment
-
replace kitty.boss.Boss with just Boss and add from kitty.boss import Boss |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kovidgoyal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
replace kitty.boss.Boss with just Boss and add
from kitty.boss import Boss