keybind
keybind copied to clipboard
Windows: no module named functl
Python 3.9.1 (tags/v3.9.1:1e5d33e, Dec 7 2020, 17:08:21) [MSC v.1927 64 bit (AMD64)] on win32:
On this version: when the example is ran you recieve an error call;
you need any more infomation?
you need any more infomation?
No, that's enough.
From README:
Requires X11 (X Window System). For UNIX-like systems, e.g. Linux.
Link #3
what is the problem?
you saying this works on Linux only? You should make that more clear in the documentation.
you saying this works on Linux only?
Nope. The readme says that keybind works on X11 (X Window System), that's on various UNIX-like systems, for example Linux.
You should make that more clear in the documentation.
Your suggestions on documentation improvements are welcome.
The readme says that keybind works on X11 (X Window System), that's on various UNIX-like systems, for example Linux.
Does this means it depends on some another package on windows?
How to solve the damn problem?
That package is not available on pip, because its a default library, but only on linux
WIndows uses win32api
, not fcntl