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

TabError: inconsistent use of tabs and spaces in indentation #2

Open
Moltivie opened this issue Aug 22, 2019 · 5 comments
Open

TabError: inconsistent use of tabs and spaces in indentation #2

Moltivie opened this issue Aug 22, 2019 · 5 comments

Comments

@Moltivie
Copy link

Moltivie commented Aug 22, 2019

I am given this error when I'll try to execute it... I tried anything to make it work but it keeps jumping the error between the IFs statements...

    elif event.Ascii == 9:
                         ^
TabError: inconsistent use of tabs and spaces in indentation
@MiheyKovalenko
Copy link

I solved this problem by removing extra spaces

@itJunky
Copy link
Owner

itJunky commented Sep 16, 2020

I solved this problem by removing extra spaces

Can you send PR for this fix?

@MiheyKovalenko
Copy link

Sure

@onikonov
Copy link

i solved many problems with spaces, pyHook changed to pyWinhook and compile.bat creating to exe file. Checked on Python 3.7

@itJunky
Copy link
Owner

itJunky commented Nov 27, 2020

i solved many problems with spaces, pyHook changed to pyWinhook and compile.bat creating to exe file. Checked on Python 3.7

Good, @onikonov . Can you send pull request?

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

4 participants