HackWM icon indicating copy to clipboard operation
HackWM copied to clipboard

Start error

Open 112RG opened this issue 7 years ago • 2 comments

On running python3 HackWM.py, I am getting this error

Traceback (most recent call last): File "HackWM.py", line 13, in <module> from Mouse import mouse File "/home/doom/Desktop/HackWM/Mouse.py", line 31 elif event.detail == 2 and event.type == X.ButtonPress: ^ TabError: inconsistent use of tabs and spaces in indentation

Am I missing a module or is the code in the repo none working? Will there be updates soon?

112RG avatar Dec 01 '17 15:12 112RG

Oops! I must have accidentally messed up the indentation. Will get it sorted soon.

On 1 Dec 2017 3:48 pm, "112madgamer" [email protected] wrote:

On running python3 HackWM.py, I am getting this error

Traceback (most recent call last): File "HackWM.py", line 13, in from Mouse import mouse File "/home/doom/Desktop/HackWM/Mouse.py", line 31 elif event.detail == 2 and event.type == X.ButtonPress: ^ TabError: inconsistent use of tabs and spaces in indentation

Am I missing a module or is the code in the repo none working? Will there be updates soon?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DylanHamer/HackWM/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AS1p0PPldshETvvLIYmiefzbpvzfMu5Hks5s8B_YgaJpZM4QyhyJ .

kathamer avatar Dec 01 '17 16:12 kathamer

I fixed the indentation error. I am running the WM on when I use the bind ALT+T I see the log show that the terminal has been executed but the window doesn't appear? Seems to be only a issue with xterm

112RG avatar Dec 03 '17 10:12 112RG