[Tutor] Changing the interpreter prompt symbol from ">>>" to ???

boB Stepp robertvstepp at gmail.com
Tue Mar 15 20:35:20 EDT 2016


Is the following result in PowerShell related to what Eryk has been discussing?

Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved.

PS C:\Windows\system32> py
Python 3.5.1 (v3.5.1:37a07cee5969, Dec  6 2015, 01:54:25) [MSC v.1900
64 bit (AMD64)] on w
in32
Type "help", "copyright", "credits" or "license" for more information.
Active code page: 65001
► help(print)
Not enough memory.

If it matters, the same thing happens whether I run PowerShell with
administrator rights or not.  The same thing happens in cmd.exe.  It
does not happen in the IDLE Python shell.  This is bizarre.  What's
up?

boB


More information about the Tutor mailing list