Hi Rob, I have the latest version of OpenVSP and it is working okay except when trying to do some Python stuff with it.
I discovered this originally when trying to export VSP geometry from SUAVE. But in troubleshooting (without SUAVE), here's what I've tried and found...
(FYI, I'm running Windows 10 with Python 3.9.10)
I ran 'OpenVSP-3.26.1-win64-Python3.9\OpenVSP-3.26.1-win64\python\
openvsp.setup.py'
Next, I tried running, 'C:\OpenVSP-3.26.1-win64-Python3.9\OpenVSP-3.26.1-win64\python\openvsp\openvsp\tests\test.py'
I'm getting the following error...
Traceback (most recent call last):
File "C:\OpenVSP-3.26.1-win64-Python3.9\OpenVSP-3.26.1-win64\python\openvsp\openvsp\tests\test.py", line 4, in <module>
import openvsp as vsp
File "C:\Users\jmoshe\AppData\Local\Programs\Python\Python39\lib\site-packages\openvsp-3.26.1-py3.9.egg\openvsp\__init__.py", line 1, in <module>
from .vsp import *
File "C:\Users\jmoshe\AppData\Local\Programs\Python\Python39\lib\site-packages\openvsp-3.26.1-py3.9.egg\openvsp\vsp.py", line 13, in <module>
from . import _vsp
ImportError: cannot import name '_vsp' from partially initialized module 'openvsp' (most likely due to a circular import) (C:\Users\jmoshe\AppData\Local\Programs\Python\Python39\lib\site-packages\openvsp-3.26.1-py3.9.egg\openvsp\__init__.py)
Any ideas how to fix?
Thanks!
-Jonathan-