RATAttack icon indicating copy to clipboard operation
RATAttack copied to clipboard

TabError: inconsistent use of tabs and spaces in indentation

Open Moltivie opened this issue 5 years ago • 5 comments

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

Moltivie avatar Aug 22 '19 23:08 Moltivie

I solved this problem by removing extra spaces

MiheyKovalenko avatar Sep 16 '20 09:09 MiheyKovalenko

I solved this problem by removing extra spaces

Can you send PR for this fix?

itJunky avatar Sep 16 '20 10:09 itJunky

Sure

MiheyKovalenko avatar Sep 17 '20 06:09 MiheyKovalenko

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

onikonov avatar Nov 21 '20 07:11 onikonov

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?

itJunky avatar Nov 27 '20 23:11 itJunky