DARcorporation / xfoil-python

Stripped down version of XFOIL as compiled python module
GNU General Public License v3.0
87 stars 60 forks source link

Patch to correctly find DLL and dependencies #11

Open eufren opened 4 years ago

eufren commented 4 years ago

Patch to correctly find DLL and dependencies in PATH variable on Windows. Works, but the except: pass bit is a bit janky - for some reason, it throws an error after adding all the paths otherwise.

Fixes https://github.com/DARcorporation/xfoil-python/issues/10

daniel-de-vries commented 3 years ago

I don't love the try-catch logic where we're pulling something manually from the PATH environment variable. Is there no better way to solve this?