ipy 2.7.3 console crashes immediately
description
When I try to run either ipy.exe or ipy64.exe, every time I get an immediate crash and this error output:
Unhandled Exception: System.MissingMethodException: Method not found: 'Boolean IronPython.Hosting.Py
thonConsoleOptions.get_BasicConsole()'.
at PythonConsoleHost.CreateConsole(ScriptEngine engine, CommandLine commandLine, ConsoleOptions o
ptions)
at Microsoft.Scripting.Hosting.Shell.ConsoleHost.RunCommandLine()
at Microsoft.Scripting.Hosting.Shell.ConsoleHost.ExecuteInternal()
at PythonConsoleHost.ExecuteInternal()
at Microsoft.Scripting.Hosting.Shell.ConsoleHost.Execute()
at Microsoft.Scripting.Hosting.Shell.ConsoleHost.Run(String[] args)
at PythonConsoleHost.Main(String[] args)
I'm on Windows 7 Pro x64. Previous version of IronPython (2.7.2.1) console ran without any issues on my machine.