Application crashes on Windows with AttributeError: module 'os' has no attribute 'nice' because os.nice() is Unix-only.
Current Behavior
- App starts on Windows
- Immediately crashes with AttributeError
- Prevents any Windows development
Expected Behavior
- App should start successfully on Windows
- Unix functionality should remain unchanged