Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3 fix #12

Open
ModernAesthetics opened this issue Dec 3, 2019 · 3 comments
Open

python3 fix #12

ModernAesthetics opened this issue Dec 3, 2019 · 3 comments
Assignees

Comments

@ModernAesthetics
Copy link

in formatter.py change raw_input to just input

@Hoaax
Copy link

Hoaax commented Oct 30, 2020

thx bro

@jandersonmira
Copy link

thanks, saved me.
running with WSL 2 and phyton3

@Ekultek
Copy link
Owner

Ekultek commented Mar 30, 2021

Add

try:
raw_input
except:
raw_input = input

to lib/formatter.py at the top of the file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants