python_backend
                                
                                 python_backend copied to clipboard
                                
                                    python_backend copied to clipboard
                            
                            
                            
                        Fix: Launch the python backend on Windows when spaces exist in the path.
There were no quotes around any of the paths in the stub launcher. As a result, if you tried launching the stub, it would always fail. Normally this is not an issue in Linux, but having spaces is very common in Windows. Added quotes around all the pathing of the launcher code to resolve this problem.