Hi all,
This is my first time to run pylinac. I am using Spyder (Python 3.7) as the IDE under Windows. I am trying to run the Starshot demo by using the codes:
from pylinac import Starshot
Starshot.run_demo()
But it fails and gets the URLError: <urlopen error [Errno 11004] getaddrinfo failed>.
I would like to ask where can I place my username, password and proxy server address into the pylinac codes? Or is there any other settings I miss?
Btw, I can run pylinac.gui() with no problem.
Thank you very much for the help.
Rgds,
Li