You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: