ArduPilot / ArduPilot/MAVProxy
No Signal.Alarm on Windows
- Dominant language
- Python
- Stars
- 595
- Forks
- 773
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 18
Description
The misc module imports alarm from signal.
This is however not available on Windows (https://docs.python.org/2/library/signal.html#signal.alarm).
As a result, the misc module cannot be loaded and an (incorrect) error message is shown:
Failed to load module: No module named misc
Other modules are loaded just fine, but mavproxy no longer responds to anything that is entered.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the misc module and its signal import, focusing on why importing alarm prevents the module from loading on Windows. Reproduce the module-loading failure on Windows, then verify that misc loads without the incorrect error and MAVProxy responds to entered commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100