Hi everyone,

first off, congratulations for the release!

However, I'm having issues with the console. I downloaded the
binaries (windows 7), not the installer.

When I execute the ipy.exe, the console crashes immediately
(same with ipy64.exe) with this exception:

Unhandled Exception: System.MissingMethodException: Method not
found: 'Boolean IronPython.Hosting.PythonConsoleOptions.get_BasicConsole()'.
at PythonConsoleHost.CreateConsole(ScriptEngine engine, CommandLine
commandLine, ConsoleOptions options)
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)

Thank you in advance, cheers,

Lukáš Duběda
Company Dictator
[T] +420 602 444 164

duber studio(tm)
[M] i...@duber.cz
[W] http://www.duber.cz

[A] R.A.Dvorského 601, Praha 10
[A] 10900, Czech Republic, Europe

On 7.7.2012 8:45, Jeff Hardy wrote:
On behalf of the IronPython team, I'm happy to announce the final
release of IronPython 2.7.3
<http://ironpython.codeplex.com/releases/view/81726>. This release
includes everything from IronPython 2.7
<http://ironpython.codeplex.com/releases/view/54498>, 2.7.1
<http://ironpython.codeplex.com/releases/view/62475>, and 2.7.2.1
<http://ironpython.codeplex.com/releases/view/74478> as well. Like all
IronPython 2.7-series releases, *.NET 4 is required* to install it.
Installing this release will replace any existing IronPython 2.7-series
installation.

The incompatibility with IronRuby has been resolved, and they can once
again be installed side-by-side.

The biggest improvements in IronPython 2.7.3 are:

    * the winsound and _bisect modules,
    * the bz2 module,
    * major improvements to the _ast module,
    * support for response files in pyc.py,
    * support for loading zip packages from resources,
    * the "SuperConsole" is now the default, which adds line history and
      tab-completion on all platforms,
    * improvements to Android support,
    * and numerous other bug fixes
      
<http://ironpython.codeplex.com/workitem/list/advanced?keyword=&status=Fixed&type=All&priority=All&release=2.7.3&assignedTo=All&component=All&sortField=LastUpdatedDate&sortDirection=Descending&page=0>.

Due to major bugs, the Windows Phone 7 assemblies included in 2.7.2 are
not included.

IronPython 2.7.3 is also available for embedding via NuGet
<http://nuget.org/>. The main package is IronPython, and the standard
library is in IronPython.StdLib. Because this is a prerelease package,
you must use -IncludePrerelease on the command line or select "Include
Prerelease" from the package drop-down menu (NuGet 1.7 only).

A huge thanks to everyone who helped make this release possible; this
wouldn't have been nearly as big a release without your help!

- Jeff



_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to