Posts: 4,646
Threads: 1,493
Joined: Sep 2016
isn't this supposed to open a web browser to xckd 353? i tried it on both python 2 an python 3 but nothing happens. it does define an object named
antigravity with an attribute named
webbrowser.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,646
Threads: 1,493
Joined: Sep 2016
Feb-17-2017, 07:43 AM
(This post was last modified: Feb-17-2017, 07:43 AM by Skaperen.)
i expect a browser window to open up and it does not. my default browser is
firefox
. opera is installed but i have only ever started it by command line or its own icon. firefox help says it is
firefox 51.0.1
.
dpkg -l firefox
says it is
firefox 51.0.1+build2-0ubuntu0
. system is
Ubuntu 16.04.1
updated this past weekend. i am using
Unity
, but looking for another to use. the machine is from System 76 and had Ubuntu 13.10 on it from the factory, upgraded (a few times) to 14.04.3 LTS, wiped, installed 16.04 LTS, upgraded to 16.04.1 LTS.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 1,298
Threads: 38
Joined: Sep 2016
Works fine for me on Windows 10 using Chrome.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Posts: 4,646
Threads: 1,493
Joined: Sep 2016
Feb-18-2017, 02:29 AM
(This post was last modified: Feb-18-2017, 02:38 AM by Skaperen.)
(Feb-17-2017, 09:55 PM)nilamo Wrote: So what does happen when you do the import? Any errors?
nothing happens. so far i have only tested it interactively. it just goes to the next prompt with no messages.
it looks like module
webbrowser is not working right. i tried using it directly but nothing happens.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,646
Threads: 1,493
Joined: Sep 2016
i solved it.
it opened a new tab on a firefox instance in another virtual desktop. i tried it on a user that had no firefox already running and a new one opened up in the same virtual desktop.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,646
Threads: 1,493
Joined: Sep 2016
what i didn't explain was that i run multiple concurrent users (12, 4 with firefox open) each with multiple concurrent desktops (9). i just happen to be doing this in a user with a firefox open
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.