New
New
Yes what i needed to know is how to escape the quote character. The solution is to use `\"` in place of `"`. ` ray_control client obs-session setproperties arguments:" \"/home/laurent/Ray...
Yes i know that did not the job as expected. It was an example from my first version. Some of the apps i’m using do not provide command line args...
I will prepare a simple use case scenario and push it here in a zip file. Do you use an ubuntu based Linux ?
Here is an archive of my young project. The idea is to create a Ray Session wizard builder. It lets you create a wizard from a simple XML file. Once...
The parameter dirs_exist_ok of shutil method copy_tree is new in python 3.8. If you have python 3.8 or newer then may be your default env is python2. Try to force...
alternatively, you can try to comment the following line in in src/templates/mywizard/tmpl_mywizard.py: => Line 36: `#os.makedirs(outdir + os.sep + 'templates' ,exist_ok=True)` and remove: dirs_exist_ok on line 41 => Line 41:...
Thanks for your comments and help ! ... I think i need to check the code with a fresh OS install (live USB). Things are still being implemented. Initially i...
Forgot to report it but I had an issue with make install that I resolved with the same solution: Removing Ray stuff from /usr/local/bin and /usr/local/share/raysession before doing make install.
so `sudo make uninstall ` before `sudo make install` will do the job done. Thanks