I was trying to run dronekit-SITL in windows so I downloaded the anaconda so that I can use py-2.7 separately, but when I try to run mavproxy.py script, it shows up a dialog box to choose an app to run the .py file, and when I click on any of the apps nothing happens.
Asked
Active
Viewed 108 times
1 Answers
0
Jupyter Notebook
it will be installed along with anaconda

Sandrin Joy
- 1,120
- 10
- 28
-
I have edited my question, do look in the picture maybe you can help, thank you. – Deep Maiti Sep 05 '20 at 08:38
-
So try putting 'py' or 'python' before the your file name – Sandrin Joy Sep 05 '20 at 08:44
-
"C:\Users\hp\anaconda3\python.exe: can't open file 'mavproxy.py': [Errno 2] No such file or directory", this error comes when i added py before it – Deep Maiti Sep 05 '20 at 09:10
-
where is your mavproxy.py? you should run the cmd from that location.Also make sure you have set environment path t python – Sandrin Joy Sep 05 '20 at 09:15
-
thank you i solved it by reaching the location using cd command and then running it.:) – Deep Maiti Sep 05 '20 at 14:50