![]() |
Error TypeError: KeyboardSwitch() missing 8 required positional arguments: 'msg', 'vk - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: GUI (https://python-forum.io/forum-10.html) +--- Thread: Error TypeError: KeyboardSwitch() missing 8 required positional arguments: 'msg', 'vk (/thread-14672.html) |
Error TypeError: KeyboardSwitch() missing 8 required positional arguments: 'msg', 'vk - Camember_beret_baguette - Dec-11-2018 Hi, I've a problem : My program return me this : TypeError: KeyboardSwitch() missing 8 required positional arguments: 'msg', 'vk_code', 'scan_code', 'ascii', 'flags', 'time', 'hwnd', and 'win_name'So, do you need the program or not ? I read somewhere that it was pyHook who was bugging... Thanks. RE: Error TypeError: KeyboardSwitch() missing 8 required positional arguments: 'msg', 'vk - Larz60+ - Dec-11-2018 Quote:So, do you need the program or not ?Yes, do need program |