xfoil-optimization-toolbox
xfoil-optimization-toolbox copied to clipboard
python 3.x Excution error
Hi nice code I've tried to make thie code run using python3 but encountered some problems, so I've changed some in the Xfoil class:
- from queue import Queue, Empty(for python3)
- in cmd metho convert str to bytes to let it run
- convert output from bytes to str
No more errors show then but when I directly ran the example in xfoil.py it just not work, seems stuck at 'Xfoil module starting read'. I wonder what's the problem and how to make it run, or just can you make it campatible for python3? Many thanks