Searched refs:Tcl (Results 1 – 25 of 142) sorted by relevance
123456
/external/python/cpython2/Demo/tix/ |
D | INSTALL.txt | 6 0) To use Tix.py, you need Tcl/Tk (V8.3.3), Tix (V8.1.1) and Python (V2.1.1). 13 any machine with Tix and Python installed. You can get Tcl and Tk 16 1) Build and install Tcl/Tk 8.3. Build and install Tix 8.1. 33 3) The default is to build dynamically, and use the Tcl 'package require'. 39 # *** Uncomment and edit to reflect where your Tcl/Tk libraries are: 41 # *** Uncomment and edit to reflect where your Tcl/Tk headers are: 56 # *** Uncomment and edit to reflect your Tcl/Tk versions: 77 the Tcl, Tk and Tix library files. This is done by setting the
|
/external/python/cpython2/Doc/library/ |
D | tk.rst | 13 Tk/Tcl has long been an integral part of Python. It provides a robust and 18 The :mod:`Tkinter` module is a thin object-oriented layer on top of Tcl/Tk. To 19 use :mod:`Tkinter`, you don't need to write Tcl code, but you will need to 20 consult the Tk documentation, and occasionally the Tcl documentation. 23 mechanism which allows Python and Tcl to interact.
|
D | tkinter.rst | 1 :mod:`Tkinter` --- Python interface to Tcl/Tk 5 :synopsis: Interface to Tcl/Tk for graphical user interfaces 16 properly installed on your system, and also showing what version of Tcl/Tk is 17 installed, so you can read the Tcl/Tk documentation specific to that version. 51 Tcl/Tk documentation: 55 Change '8.6' to match the version of your Tcl/Tk installation. 57 `Tcl/Tk recent man pages <https://www.tcl.tk/doc/>`_ 58 Recent Tcl/Tk manuals on www.tcl.tk. 60 `ActiveState Tcl Home Page <http://tcl.activestate.com/>`_ 61 The Tk/Tcl development is largely taking place at ActiveState. [all …]
|
/external/python/cpython3/Doc/library/ |
D | tk.rst | 13 Tk/Tcl has long been an integral part of Python. It provides a robust and 18 The :mod:`tkinter` package is a thin object-oriented layer on top of Tcl/Tk. To 19 use :mod:`tkinter`, you don't need to write Tcl code, but you will need to 20 consult the Tk documentation, and occasionally the Tcl documentation. 23 mechanism which allows Python and Tcl to interact.
|
D | tkinter.rst | 1 :mod:`tkinter` --- Python interface to Tcl/Tk 5 :synopsis: Interface to Tcl/Tk for graphical user interfaces 20 properly installed on your system, and also showing what version of Tcl/Tk is 21 installed, so you can read the Tcl/Tk documentation specific to that version. 49 Tcl/Tk documentation: 53 Change '8.6' to match the version of your Tcl/Tk installation. 55 `Tcl/Tk recent man pages <https://www.tcl.tk/doc/>`_ 56 Recent Tcl/Tk manuals on www.tcl.tk. 58 `ActiveState Tcl Home Page <http://tcl.activestate.com/>`_ 59 The Tk/Tcl development is largely taking place at ActiveState. [all …]
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_loadtk.py | 5 from Tkinter import Tcl, TclError 13 tcl = Tcl() 38 tcl = Tcl()
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_loadtk.py | 5 from tkinter import Tcl, TclError 13 tcl = Tcl() 39 tcl = Tcl()
|
/external/python/cpython2/Doc/faq/ |
D | gui.rst | 21 Standard builds of Python include an object-oriented interface to the Tcl/Tk 23 For more info about Tk, including pointers to the source, see the Tcl/Tk home 24 page at https://www.tcl.tk. Tcl/Tk is fully portable to the Mac OS X, Windows, 99 will still need the Tcl and Tk libraries. 101 One solution is to ship the application with the Tcl and Tk libraries, and point 105 To get truly stand-alone applications, the Tcl scripts that form the library
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.6.rst | 35 Revert OS X installer built-in Tcl/Tk support for 2.7.6. Some third-party 37 with Tcl and Tk frameworks in /Library/Frameworks.
|
/external/python/cpython3/Doc/faq/ |
D | gui.rst | 29 Standard builds of Python include an object-oriented interface to the Tcl/Tk 34 `Tcl/Tk home page <https://www.tcl.tk>`_. Tcl/Tk is fully portable to the 123 will still need the Tcl and Tk libraries. 125 One solution is to ship the application with the Tcl and Tk libraries, and point 129 To get truly stand-alone applications, the Tcl scripts that form the library
|
/external/python/cpython3/Tools/freeze/ |
D | README | 97 use Tkinter without a Tcl/Tk installation. The best way to ship a 99 to place the Tcl and Tk library files in the distributed setup, and 104 <root>/bin/windows-x86 and will place your Tcl library files 107 Tkinter or Tix would set the environment correctly for Tcl/Tk/Tix: 141 compile time - see the LIB_RUNTIME_DIR variable in the Tcl makefile. 146 A workaround to installing your Tcl library files with your frozen 147 executable would be possible, in which the Tcl/Tk library files are 151 Tcl/Tk/Tix code into the dynamic libraries using the Tcl ET code, 153 require that Tcl/Tk is required on the target installation, but be 159 The Tcl [info nameofexecutable] will be set to where the
|
/external/python/cpython2/Tools/freeze/ |
D | README | 97 use Tkinter without a Tcl/Tk installation. The best way to ship a 99 to place the Tcl and Tk library files in the distributed setup, and 104 <root>/bin/windows-x86 and will place your Tcl library files 107 Tkinter or Tix would set the environment correctly for Tcl/Tk/Tix: 141 compile time - see the LIB_RUNTIME_DIR variable in the Tcl makefile. 146 A workaround to installing your Tcl library files with your frozen 147 executable would be possible, in which the Tcl/Tk library files are 151 Tcl/Tk/Tix code into the dynamic libraries using the Tcl ET code, 153 require that Tcl/Tk is required on the target installation, but be 159 The Tcl [info nameofexecutable] will be set to where the
|
/external/python/cpython3/Mac/BuildScript/ |
D | README.txt | 32 - requires ActiveState ``Tcl/Tk 8.4`` (currently 8.4.20) to be installed for building 47 … - need to change ``/System/Library/Frameworks/{Tcl,Tk}.framework/Version/Current`` to ``8.4`` 67 - requires ActiveState Tcl/Tk 8.5.15.1 (or later) to be installed for building 116 - requires ActiveState ``Tcl/Tk 8.4`` (currently 8.4.20) to be installed for building 130 … - need to change ``/System/Library/Frameworks/{Tcl,Tk}.framework/Version/Current`` to ``8.4``
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | README | 12 Make and Install both build Python, Perl, Ruby, and Tcl modules. If you 102 The Tcl Module
|
/external/python/cpython2/PC/os2vacpp/ |
D | _tkinter.def | 2 DESCRIPTION 'Python Extension DLL v1.0 for Access to Tcl/Tk Environment'
|
/external/python/cpython2/Mac/BuildScript/resources/ |
D | ReadMe.rtf | 59 …es with its own private version of Tcl/Tk 8.6. It does not use system-supplied or third-party supp… 62 \i Tcl/Tk 64 \i Tcl/Tk
|
/external/python/cpython3/Tools/buildbot/ |
D | build.bat | 7 @rem a new version of an external library, especially Tcl/Tk):
|
/external/clang/test/Modules/Inputs/System/usr/include/ |
D | module.map | 43 module Tcl {
|
/external/python/cpython2/Tools/buildbot/ |
D | build.bat | 8 @rem a new version of an external library, especially Tcl/Tk):
|
/external/clang/test/Modules/ |
D | darwin_specific_modulemap_hacks.m | 6 @import Tcl.Private; // no error, header is implicitly 'textual'
|
/external/python/cpython3/Lib/test/ |
D | test_tcl.py | 12 from tkinter import Tcl 26 tcl = Tcl() 49 self.interp = Tcl() 695 self.interp = Tcl() 744 tcl = Tcl()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0rc2.rst | 38 Removes vcruntime140.dll dependency from Tcl/Tk.
|
/external/python/cpython3/Mac/BuildScript/resources/ |
D | ReadMe.rtf | 53 …ith their own private version of Tcl/Tk 8.6. They no longer use system-supplied or third-party sup…
|
D | Welcome.rtf | 27 \f0\b0 two installer variants (10.9+ 64-bit-only, 10.6+ 64-/32-bit), built-in Tcl/Tk 8.6 support (n…
|
/external/python/cpython2/Lib/test/ |
D | test_tcl.py | 12 from Tkinter import Tcl 26 tcl = Tcl() 49 self.interp = Tcl() 707 self.interp = Tcl() 768 tcl = Tcl()
|
123456