r0dnay
r0dnay
> I created a python script for someone on Discord to do this from a file extracted from a backup on Windows, since you can't restore a backup on Windows....
> The idea was probably discussed when I implemented the export button, but I never got on to it and no one else has either yet. what was the initial...
ah ok, ive got the file and edited the path, just struggling with the last bit `python install_plugins_from_backup.py` does the install_plugins_from_backup.py file need to be in a specific directory? from...
sorry about that :s i have the edited `install_plugins_from_backup.py` and save it in `C:\Octoprint\venv\Scripts>` this is what i get ``` (venv) C:\Octoprint\venv\Scripts>python install_plugins_from_backup.py Traceback (most recent call last): File "C:\Octoprint\venv\Scripts\install_plugins_from_backup.py",...
actually ive just changed the path in the .py file to `plugin_list = (r"g:\Downloads\plugin_list.json","r")` now it comes up with `(venv) C:\Octoprint\venv\Scripts>python install_plugins_from_backup.py Traceback (most recent call last): File "C:\Octoprint\venv\Scripts\install_plugins_from_backup.py", line...
ah ok, i thought if i just change the path in the .py file and run it as advised itd work, think im having issues with syntax, cant seem to...
great thanks, can i link this thread in a post on both those sites? also, we could probably close this, just so it can serve as a ref point on...