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
SoCLI is throwing an error while it is using the interactive mode in windows...
Debug output:
C:\Users\Gautam krishna R\PycharmProjects\socli>python -m socli --debug -iq hello world java
Error name: Name not found globally.
Description: name 'fcntl' is not defined
Traceback (most recent call last):
File "C:\Users\Gautam krishna R\PycharmProjects\socli\socli\socli.py", line 483, in socli_interactive
LOOP = urwid.MainLoop(QUESTION_PAGE, palette)
File "C:\Program Files\Python35\lib\site-packages\urwid\main_loop.py", line 111, in __init__
screen = raw_display.Screen()
File "C:\Program Files\Python35\lib\site-packages\urwid\raw_display.py", line 89, in __init__
fcntl.fcntl(self._resize_pipe_rd, fcntl.F_SETFL, os.O_NONBLOCK)
NameError: name 'fcntl' is not defined
exiting...
We need to implement the standard interactive mode in windows... @e-beach
The text was updated successfully, but these errors were encountered:
SoCLI is throwing an error while it is using the interactive mode in windows...
Debug output:
We need to implement the standard interactive mode in windows... @e-beach
The text was updated successfully, but these errors were encountered: