Skip to content

Mac: Error pop-up isn't shown on Python 3 #85

Closed
@fzumstein

Description

@fzumstein

Reason is that in Python 3, buffering of stderr is the default while in Python 2 it is not: http://python.6.x6.nabble.com/Buffering-of-sys-stdout-and-sys-stderr-in-python3-and-documentation-td1411111.html

Can be fixed with running python -u.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions