Why can't I run Python in VS2013

316 Views Asked by At

I've installed Visual Studio 2013 with Update 4, as well as CPython and Python Tools for Visual Studio, but as soon as I tried to run:

print("Hello World")

an error occurred, saying Object reference not set to an instance of an object. Why am I unable to run this application?

0

There are 0 best solutions below