Dear VSP community,
I wanted to open VSP GUI with a python API.
I launched the following example script, but no GUI appears.
from openvsp import*
InitGUI()
StartGUI()
The script executes, there are also no errors.
Other API commands execute fine.
Platform: windows11
VSP version: 3.37.1
Am I doing something wrong?
Thank you for your time,
Volodymyr