cascadium / wsl-windows-toolbar-launcher

Adds linux GUI application menu to a windows toolbar
MIT License
1.21k stars 50 forks source link

raw_input error #37

Closed bachittle closed 2 years ago

bachittle commented 3 years ago

this is what I get when running the wsl-windows-toolbar script: image

bachittle commented 3 years ago

I found switching raw_input to confirm works: https://click.palletsprojects.com/en/8.0.x/prompts/#input-prompts

jswetzen commented 3 years ago

I found this SO answer and made a small change that made it work.

#from click._compat import raw_input
from six.moves import input as raw_input
jswetzen commented 3 years ago

Never mind, I was on the pip version so it's probably fixed in git.