Skip to content

Windows compatibility: Fix os.nice() crash #213

@imDarshanGK

Description

@imDarshanGK

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions