nasa / pyturbo-aero

Turbomachinery Blade and Flow path design tool
https://nasa.github.io/pyturbo-aero/
31 stars 6 forks source link

'airfoil2D' cannot be imported from 'pyturbo.aero.airfoil2D' #12

Closed YanshanKaguya closed 1 month ago

YanshanKaguya commented 1 month ago

excuse me, dear developers.There's a new error after implementing the solution when using 2D_Design Tutorial.It seems that "ImportError: cannot import name 'airfoil2D' from 'pyturbo.aero.airfoil2D' (E:\anaconda\python\studycode\pyturbo-aero-main\pyturbo\aero\airfoil2D.py). Did you mean: 'Airfoil2D'?" run2 code2

pjuangph commented 1 month ago

Yes, it should be Airfoil2D. You might want to update your code or something. I think you have the old version of all these files.