2.So want about openvsp? I think that openvsp is need to install into the same python environment, so you can use both to set up a airplane.
For example, I have create environment "suave " and site-packages show all python package
You can find that SUAVE 2.5.2 packeage in this folder.
I think that Python api means that Python package is install successsful in site-packages folder.
So you can see the package is attached as follows:
vsp_python_api_doc.zip
but I need to tell you that this package openvsp is 3.26.1 which I use for openvsp python api, I do not know if it is ok. Because that the new version is 3.27.1
I suggest that you use openvsp python api 3.26.1 together with suave2.5.2, they are fit.
you can copy these eight folders into the folder which I have mentioned before.
and you can check python packages in pycharm.
four red rectangular box shows that openvsp python api is ok.
one blue rectangular box shows that suave package is ok.
And if you want to check test.py, it also will be right without error.
So these all details that I have done.
And then my suave and openvsp can use together.
For example I can run the tutorial: BWB.py and add some codes to write airplane.
and you can find base.vsp3 in this folder.
all result are as follows:
must remember that:
if cmd: activate environment before use it
if IDE: use the environment you create for suave and openvsp
for example: Pycharm
my environment name is suave2.5.2py3.9 , you can use many name according to your habit when you create it.
Knight