Page 1 of 1

[SOLVED] Problem with the new edupython site

Published: February 17, 2026 - 11:30 AM
by Mikael S
Good morning,

There's a new website for Edupython. Also, the hrefs have changed

Code: Select all

url = "http://edupython.free.fr/#téléchargement"

    # Getting latest version from official sources
    print("URL used is: %s" % url)
    for bs_search in bs_find_all(url, "a", proxies=proxies):
        if bs_search.get("href", "").split("/")[-1].endswith(".exe"):
            download_url = f'http://edupython.free.fr/{bs_search["href"]}'
            latest_bin = download_url
            version = bs_search.text.split(": ")[1]
            break

Sincerely,

Re: Problem with the new edupython site

Published: February 23, 2026 - 12:18 PM
by gadam
Hello,

thank you for reporting this. I'm updating the package and will let you know as soon as the new version is available.

Regards

Re: Problem with the new edupython site

Published: February 23, 2026 - 2:37 PM
by gadam
It's here! The package is now available in pre-production here: https://wapt.tranquil.it/store/fr/detai ... EPROD.wapt
Its production release is scheduled for February 28th.

Regards,
Gwenaël