Hello,
I am trying to run PLECS from Python, but I am facing an issue related to my setup. My Python code is running in WSL (Windows Subsystem for Linux), while PLECS is installed and running on Windows.
From the documentation, I understand that JSON/XML-RPC connections to PLECS are only allowed from clients running on the same machine. However, WSL appears to be treated as a separate machine, which prevents the connection from working.
Is there a recommended way to run PLECS running on Windows from a Python environment in WSL?
Any guidance or suggestions would be greatly appreciated.
Thank you !