I w as trying to install python on my 64 bit Windows 10 machine. I downloaded the latest Python 2 release(following Zed Shaw's book, thus not installing Python 3). After installation was complete, I entered python in power shell. I however get the following error.
PS C:\> python
python : Python 2.7.10 (default, May 23 2015, 09:44:00) [MSC v.1500 64 bit (AMD64)] on win32
At line:1 char:1
+ python
+ ~~~~~~
+ CategoryInfo : NotSpecified: (Python 2.7.10 (...MD64)] on win32:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Type "help", "copyright", "credits" or "license" for more information.
>>>
The shell takes no more input. I'm forced to use Ctrl+C. I know this is extremely basic but I cant seem to figure it out by googling the error.