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 initpipes function uses os.mkfifo to create the connection between python and javascript. This function only works on unix systems and not on windows. Would be great to modify the script to work on windows as well.
The initpipes function uses os.mkfifo to create the connection between python and javascript. This function only works on unix systems and not on windows. Would be great to modify the script to work on windows as well.