[issue40361] Darwin systems using win settings for webbrowser.py

2021-02-08 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue40361] Darwin systems using win settings for webbrowser.py

2021-02-08 Thread Ronald Oussoren
Ronald Oussoren added the comment: This is a duplicate of #41754. -- nosy: +ronaldoussoren resolution: -> duplicate stage: patch review -> resolved superseder: -> Webbrowser Module Cannot Find xdg-settings on OSX ___ Python tracker

[issue40361] Darwin systems using win settings for webbrowser.py

2020-04-22 Thread Éric Araujo
Éric Araujo added the comment: xdg-settings is a program used on linux systems, not windows. Also it is an executable file, not a directory, so something weird is going on. Could you diagnose more? The proposed PR does not seem to make sense: platform can’t be both darwin and win32/nt. ---

[issue40361] Darwin systems using win settings for webbrowser.py

2020-04-22 Thread Viraat Das
Viraat Das added the comment: When loading Jupyter Notebook, a NotADirectoryError: [Errno 20] Not a directory: 'xdg-settings' error was showing. This seems to be because Darwin systems were using Win settings. The pull request has addressed this by modifying the webbrowser.py code. ---

[issue40361] Darwin systems using win settings for webbrowser.py

2020-04-22 Thread Éric Araujo
New submission from Éric Araujo : Hello! You didn’t give any information about the problem you found :) -- components: +Library (Lib) -Distutils nosy: -dstufft type: -> behavior ___ Python tracker _

[issue40361] Darwin systems using win settings for webbrowser.py

2020-04-22 Thread Viraat Das
Change by Viraat Das : -- components: Distutils nosy: Viraat Das, dstufft, eric.araujo priority: normal severity: normal status: open title: Darwin systems using win settings for webbrowser.py versions: Python 3.8 ___ Python tracker