Download List

Descripción del Proyecto

Tclpython allows the execution of Python code from within a TCL interpreter using embedded Python interpreters.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-05-02 22:24
4.0

La capacidad de ejecutar código en Tcl que el padre intérprete Tcl de los intérpretes de Python fue añadida. El intérprete de Tcl ahora se puede acceder desde el código C, por lo que es posible ampliar tclpython.
Tags: Major feature enhancements
The ability to execute Tcl code in the parent Tcl interpreter from Python interpreters was added. The Tcl interpreter can now be accessed from C code, making it possible to extend tclpython.

2003-06-30 20:09
3.1

Nacidos Tcl Se agregó el soporte, y no pública de espacio de nombres Tcl código fue retirado de la fuente de C.
Tags: Minor feature enhancements
Tcl stubs support was added, and non public Tcl namespace code was removed from the C source.

2003-01-02 12:58
3.0

En esta versión, se añadió el comando exec nuevo. Una biblioteca de Python parche núcleo ya no es necesario.
Tags: Major feature enhancements
In this version, the new exec command was added. A patched Python core library is no longer required.

2002-11-15 15:28
2.1

Con esta versión, sólo Tclpython (para Python 2.2) es ahora compatible. Que fue probado con éxito y se basa en Red Hat 8.0, y las instrucciones del sitio de importación no automáticas "sobre un nuevo hilo se impidió, ya que hace que el programa se bloquea.
With this release, only Tclpython (for Python 2.2) is now supported. It was successfully tested and built on Redhat 8.0, and the automatic 'import site' instruction on a new thread was prevented, since it makes the program hang.

2001-03-19 14:03
2.0.1

Los errores de los intérpretes de Python están siempre atrapados y adecuadamente informado al intérprete Tcl, y los últimos tclpython2 rpm binario compilado por error en contra de otra instalación que causó I cadena módulo E / S Error de carga y un volcado de memoria.
Tags: Major bugfixes
Errors from the Python interpreters are now always
caught and properly reported to the Tcl
interpreter, and the previous tclpython2 binary
rpm was wrongly compiled against another
installation which caused string I/O module
loading failure and a core dump.

Project Resources