Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem running #22

Open
Darius-bit opened this issue Sep 7, 2020 · 1 comment
Open

Problem running #22

Darius-bit opened this issue Sep 7, 2020 · 1 comment

Comments

@Darius-bit
Copy link

Hi,
I am using Anaconda3 and I installed Aeropy. When I try the sample code:
from aeropy.xfoil_module import find_coefficients find_coefficients(airfoil='naca0012', alpha=12.)
I got this error:
runfile('C:/Users/x/untitled2.py', wdir='C:/Users/x')
Traceback (most recent call last):

File "C:\Users\x\untitled2.py", line 9, in
find_coefficients(airfoil='naca0012', alpha=12.)

File "C:\Users\x\anaconda3\lib\site-packages\aeropy\xfoil_module.py", line 983, in find_coefficients
call(airfoil, alpha, Reynolds=Reynolds,

File "C:\Users\x\anaconda3\lib\site-packages\aeropy\xfoil_module.py", line 229, in call
ps = sp.Popen(['xfoil.exe'],

File "C:\Users\x\anaconda3\lib\site-packages\spyder_kernels\customize\spydercustomize.py", line 105, in init
super(SubprocessPopen, self).init(*args, **kwargs)

File "C:\Users\x\anaconda3\lib\subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,

File "C:\Users\x\anaconda3\lib\subprocess.py", line 1307, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,

FileNotFoundError: [WinError 2] Impossibile trovare il file specificato

How can figure it out?
Best
Dario

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Darius-bit and others