[LWN Logo]
[LWN.net]
From: Jean-Luc Fontaine <jfontain@free.fr>
Newsgroups: comp.lang.tcl,comp.lang.python
Subject: ANNOUNCE: tclpython-1.1
To: python-list@python.org
Date: Wed, 28 Feb 2001 21:20:04 GMT

### CHANGES ###

--- version 1.1 ---
include interpreter name in error messages

### README ###

tclpython version 1.1: a Python package for Tcl

This package allows the execution of Python code from a Tcl
interpreter, as in:


    package require tclpython
    set interpreter [python::interp new]
    $interpreter eval {x = 3/2.0}
    set result [$interpreter eval {print x}]
    puts $result


Sending data from the Python interpreter to the Tcl interpreter
requires the print Python command. This will hopefully no longer be
required in future versions.


This library is free software; you can redistribute it and/or modify
it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

###

you may find it now at my homepage:

http://jfontain.free.fr/tclpython-1.1.tar.gz
http://jfontain.free.fr/tclpython-1.1-1.i386.rpm
http://jfontain.free.fr/tclpython-1.1-1.spec
http://jfontain.free.fr/tclpython.htm

Enjoy and please let me know what you think.


--
Jean-Luc Fontaine  mailto:jfontain@free.fr  http://jfontain.free.fr/



-- 
http://mail.python.org/mailman/listinfo/python-list