본문으로 바로가기

tclpython 3.1

category 확장 패키지 (Extension Package) 2024. 8. 13. 15:41

홈페이지 : http://jfontain.free.fr/tclpython.htm

 

Embedded Python interpreters package for Tcl.

 

파이선 스크립트를 Tcl에서 실행시키기 위한 패키지입니다.

 

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

package require tclpython 3
set interpreter [python::interp new]
$interpreter exec {print("Hello World")}
puts [$interpreter eval 3/2.0]
python::interp delete $interpreter

which outputs:

Hello World
1.5

libtclpython.zip

DLL for Windows, version 3.1, stubs-enabled, built with Tcl 8.4.6.1 (ActiveTcl), VC++ .NET, ActivePython 2.3

libtclpython.zip
0.02MB
tclpython.htm
0.00MB
tclpython-3.1-1.i386.rpm
0.32MB
tclpython-3.1.tar.gz
0.01MB

'확장 패키지 (Extension Package)' 카테고리의 다른 글

Tix 8.2.0b3  (0) 2024.08.13
trycatch 2.0  (0) 2024.08.13
midilib for Tcl/Tk  (0) 2024.08.13
ODIE 1.3  (0) 2024.08.13
mysqltcl 2.40  (0) 2024.08.13