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
I had a look at models.py, and it doesn't seem like it's built to open and run stockfish_<version>.exe in the background, though it does from the PyCharm IDE.
The --noconsole command doesn't seem to apply to dependent executables.
Is there a snippet that one could add to make sure that the executable never displays a console?
The text was updated successfully, but these errors were encountered:
I had a look at
models.py
, and it doesn't seem like it's built to open and runstockfish_<version>.exe
in the background, though it does from the PyCharm IDE.The
--noconsole
command doesn't seem to apply to dependent executables.Is there a snippet that one could add to make sure that the executable never displays a console?
The text was updated successfully, but these errors were encountered: