user input of link bring up the webpage?
Answered
something simple like this will open my browser when i give it a link while run in pycharm:
video_url = input("What is the link?\n")
print(video_url)
if i run this script outside of pycharm it wont. i am running pycharm: 2017.1.2 and have only added a couple modules to it, nothing else. i have asked a few others if they have the same issue with pycharm and a couple did and a couple didnt. not sure whats going on here?
Please sign in to leave a comment.
nobody else getting this?
Hello, thank you for the report! Looks similar to https://youtrack.jetbrains.com/issue/PY-24193, please follow it for updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.
After you enter the link, press Space, then Return. It works.
Issue is still present.
Version: Pycharm Professional 2018.1
According to https://youtrack.jetbrains.com/issue/PY-24193 the issue is not fixed yet.
Eagle066 You sir are a genius.