pyladies / pyladies-kit

An open-source kit for starting your own PyLadies chapter in your city. PyLadies' mission is to promote, educate and advance a diverse Python community through outreach, education, conferences, events and social gatherings.

Home Page:http://kit.pyladies.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the expected url is not opened

foxmask opened this issue · comments

Hi,

when using

pyladies handbook

firefox is opening and ... that's all.

As my defaut starting page is composed by several tabs ; the expected link is never opened.

I use firefox 30 with gnu/debian 7 64bits
Regards

Ah great, thank you for letting me know!

I just tried Debian 7 w/ firefox and this seems to work with master.

pyladies-debian

not for me. Instead of opening the handbook, it just opens my tabs I defined to be open when Firefox starts.
May be it's the default behavior of Firefox as the same behavior occurs when I click on a link from Thunderbird, instead of opening the page, firefox opens the my tabs.

On 03:05 Mon 29 Sep , FoxMaSk wrote:

not for me. Instead of opening the handbook, it just opens my tabs I defined to be open when Firefox starts.

In a terminal can you run the following and let me know what happens:

python -m webbrowser -t "http://kit.pyladies.com/en/latest"

that's launch another firefox instance with always my same tab and nothing about pyladies.

I made several tests :
I set no default page (without closing all my firefox instance that are already running) at start and redo

python -m webbrowser -t "http://kit.pyladies.com/en/latest"

nothing happens ; I just have another instance of firefox with the blank page and that's all
same happens if I set google.fr as startup page

it's ok when starting from python 3.6, firefox 55.0.3 on debian 9 (not tested with firefox-esr)