Skip to content

Conversation

@peterbarker
Copy link
Contributor

so mavproxy_help works

@peterbarker
Copy link
Contributor Author

@stephendade this didn't work to unbreak the help module on Windows.

PyPi got rid of the xmlrpc interace, so I changed us to JSON. Works on Linux, but missing the "requests" package on Windows.

Any ideas?

@stephendade
Copy link
Contributor

I'll take a look sometime this weekend

@stephendade
Copy link
Contributor

Turns out that the requests package isn't included in a Windows Python install. You'll need to pip install it, and add to setup.py

@peterbarker peterbarker force-pushed the pr/fix-windows-help-requests branch from 2f3c23d to 95fc0f8 Compare October 6, 2024 08:53
@peterbarker
Copy link
Contributor Author

Turns out that the requests package isn't included in a Windows Python install. You'll need to pip install it, and add to setup.py

I've done as you suggested there and it all works - thanks!

@peterbarker peterbarker merged commit ddf457b into ArduPilot:master Oct 6, 2024
2 checks passed
@peterbarker peterbarker deleted the pr/fix-windows-help-requests branch November 10, 2024 02:29
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

Successfully merging this pull request may close these issues.

2 participants