sshkeyboard icon indicating copy to clipboard operation
sshkeyboard copied to clipboard

sshkeyboard failed to install using micropip (Python script that runs in a browser)

Open lelhiny opened this issue 2 years ago • 0 comments

The following error occurred: " raise ModuleNotFoundError( ModuleNotFoundError: The module 'fcntl' is removed from the Python standard library in the Pyodide distribution due to browser limitations. "

After debugging, I found that system().lower() line 22 in init file returns emscripten instead of windows.

Can this be fixed? I need to use the sshkeyboard library soon.

Many thanks for considering my request.

lelhiny avatar Oct 15 '23 23:10 lelhiny