webbrowser library is not working as intended on SikulixIDE

Question:

On SikulixIDE, the library webbrowser always open the default browser, even when i use the get method, i tried my code on regular python, it does work. Anyone know why it is reacting like that ?

webbrowser.get('C:/Program Files/Google/Chrome/Application/chrome.exe %s').open(myurl)
Asked By: Corentin Gauquier

||

Answers:

Fixed by automating it using a python file and running it trough cmd with base python.exe.

Answered By: Corentin Gauquier