Script Console can't find Python

I keep getting a message saying Python isn't installed when I try to open the Console. I'm using Windows 10, Resolve Studio, 15.1.1.005. I've installed Python 2.7 and Python 3, restarted the app, restarted the computer, etc. but can't figure out how to get the Console to even open.
Is there a way I can configure the script paths, so it can find Python? Python works from from the regular command interface.
On a related note, this doesn't work: from python_get_resolve import GetResolve
Probably because I'm not setting something correctly, or need to install something using pip. Unfortunately, I'm new to Python, so this might be something really simple.
Thanks!
Tac
Is there a way I can configure the script paths, so it can find Python? Python works from from the regular command interface.
On a related note, this doesn't work: from python_get_resolve import GetResolve
Probably because I'm not setting something correctly, or need to install something using pip. Unfortunately, I'm new to Python, so this might be something really simple.
Thanks!
Tac