Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

'webbrowser.open' on OSX #36

Open
martindurant opened this issue Jun 27, 2017 · 0 comments
Open

'webbrowser.open' on OSX #36

martindurant opened this issue Jun 27, 2017 · 0 comments

Comments

@martindurant
Copy link
Member

Gives error message like doesn’t understand the “open location” message. (-1708) when calling any browser page, because of a change in the latest OSX. This can only be fixed in python itself (webbrowser is a builtin package) or by setting an environment variable like export BROWSER=open.

click.launch seems to work fine, however. Since click is already a dependency of this project, should that become the way that browser pages are opened? Does it work for all platforms?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant