¡@

Home 

python Programming Glossary: tcl

Know any creative ways to interface Python with Tcl?

http://stackoverflow.com/questions/1004434/know-any-creative-ways-to-interface-python-with-tcl

any creative ways to interface Python with Tcl Here's the situation. The company I work for has quite a bit.. The company I work for has quite a bit of existing Tcl code but some of them want to start using python. It would nice.. It would nice to be able to reuse some of the existing Tcl code because that's money already spent. Besides some of the..

Tkinter locks python when Icon loaded and tk.mainloop in a thread

http://stackoverflow.com/questions/1198262/tkinter-locks-python-when-icon-loaded-and-tk-mainloop-in-a-thread

an exception self.tk.mainloop n RuntimeError Calling Tcl from different appartment One of the following will work no..

Trouble Installing Pygame on Mac OSX

http://stackoverflow.com/questions/13300585/trouble-installing-pygame-on-mac-osx

be aware of on Snow Leopard the Apple provided version of Tcl Tk a GUI library which powers IDLE can be out of date and cause.. and install an updated version from here labeled ActiveTcl 8.4.19.5 under Mac OS X Universal . This should be installed..

binding to cursor movement doesnt change INSERT mark

http://stackoverflow.com/questions/13835207/binding-to-cursor-movement-doesnt-change-insert-mark

solution. The downside is that it requires some serious Tcl voodoo you have to replace the internal widget with a proxy.. voodoo here. All widget changes happen via # an internal Tcl command with the same name as the # widget all inserts deletes.. all inserts deletes cursor changes etc # # The beauty of Tcl is that we can replace that command # with our own command...

Selecting An Embedded Language

http://stackoverflow.com/questions/2103728/selecting-an-embedded-language

http docs.python.org extending embedding.html Embedding Tcl http wiki.tcl.tk 3474 http wiki.tcl.tk 2265 Embedding Ruby How..

Are there statistical studies that indicates that Python is “more productive”?

http://stackoverflow.com/questions/354124/are-there-statistical-studies-that-indicates-that-python-is-more-productive

An empirical comparison of C C Java Perl Python Rexx and Tcl PDF warning Programming Language Productivity PDF warning Note..

Why are scripting languages (e.g. Perl, Python, Ruby) not suitable as shell languages? [closed]

http://stackoverflow.com/questions/3637668/why-are-scripting-languages-e-g-perl-python-ruby-not-suitable-as-shell-lang

at Unix and the Ruby Python Perl PHP family . For example Tcl was already mentioned. Rexx would be another scripting language...

What are the differences between Perl, Python, AWK and sed? [closed]

http://stackoverflow.com/questions/366980/what-are-the-differences-between-perl-python-awk-and-sed

the earliest of the next generation of scripting languages Tcl Tk can probably claim primacy . It has powerful integrated regular..

Cross-platform gui toolkit for deploying Python applications

http://stackoverflow.com/questions/520015/cross-platform-gui-toolkit-for-deploying-python-applications

be judged. On the downside Tkinter is a wrapper around a Tcl interpreter that runs inside python. This is mostly invisible.. no sense to anyone unless you're also familiar with how Tcl tk works. Another downside is that Tkinter doesn't have as many.. is for Tkinter I assume the same as for python as a whole. Tcl tk has a BSD style license. PyQt It's build on top of Qt a C..

Tkinter: “Python may not be configured for Tk”

http://stackoverflow.com/questions/5459444/tkinter-python-may-not-be-configured-for-tk

Modules Setup it is out of date . You may have to install Tcl and Tk when using RPM install the devel RPMs as well and or.. the setup.py script to point to the right locations where Tcl Tk is installed. If you install Tcl Tk in the default locations.. right locations where Tcl Tk is installed. If you install Tcl Tk in the default locations simply rerunning make should build..

Compiling python code into a single exe

http://stackoverflow.com/questions/7879465/compiling-python-code-into-a-single-exe

of dependencies may be forgotten. In your case Tcl is missing and this is needed by some Tkinter library you should..

Know any creative ways to interface Python with Tcl?

http://stackoverflow.com/questions/1004434/know-any-creative-ways-to-interface-python-with-tcl

Any other possible ways that I have not considered python tcl share improve this question I hope you're ready for this... hope you're ready for this. Standard Python import Tkinter tclsh Tkinter.Tcl tclsh.eval proc unknown args puts Hello World.. for this. Standard Python import Tkinter tclsh Tkinter.Tcl tclsh.eval proc unknown args puts Hello World dlroW olleH stup sgra..

Determining what tkinter window is currently on top

http://stackoverflow.com/questions/10343759/determining-what-tkinter-window-is-currently-on-top

order of windows. Using Tkinter you have to do some funny tcl evals to get at the information. I found the answer at TkDoc..

How do I write to the middle of a text file while reading its contents?

http://stackoverflow.com/questions/16556944/how-do-i-write-to-the-middle-of-a-text-file-while-reading-its-contents

me out with moving files and for helping me in with tcl script. Small doubt i had with python code.. as below.. import.. RouterTester900SystemTest RouterTester900SystemTest.app.tcl' 'r ' log_read log.readlines x CloseAllOutputFile with open.. RouterTester900SystemTest RouterTester900SystemTest.app.tcl' 'a ' as fout for line in log_read if x in line fout.seek 0..

Python: shutil.rmtree fails on Windows with 'Access is denied'

http://stackoverflow.com/questions/2656322/python-shutil-rmtree-fails-on-windows-with-access-is-denied

fullname WindowsError Error 5 Access is denied 'build tcl tcl8.5 msgs af.msg' Looking in File Properties dialog I noticed.. fullname WindowsError Error 5 Access is denied 'build tcl tcl8.5 msgs af.msg' Looking in File Properties dialog I noticed..

How to add file extensions based on file type on Linux/Unix?

http://stackoverflow.com/questions/352837/how-to-add-file-extensions-based-on-file-type-on-linux-unix

x sv4crc sv4crc application x tar tar application x tcl tcl application x tex tex application x texinfo texinfo texi.. x sv4crc sv4crc application x tar tar application x tcl tcl application x tex tex application x texinfo texinfo texi application..

Tkinter text highlighting in python

http://stackoverflow.com/questions/3781670/tkinter-text-highlighting-in-python

method is a simplified python version of the tcl code at http wiki.tcl.tk 3246 ''' def __init__ self args kwargs.. a simplified python version of the tcl code at http wiki.tcl.tk 3246 ''' def __init__ self args kwargs tk.Text.__init__ self..

Best programming language and framework for cross platform desktop application development? [closed]

http://stackoverflow.com/questions/4160162/best-programming-language-and-framework-for-cross-platform-desktop-application-d

Framework Cross Platform Modern native look feel tcl tk is definitely out this point is paramount user doesn't care.. order Ruby I looked at wxWidgets qtruby fxruby titanium tcl tk bowline gtk Pros good cross platform support lots of gems.. Python I looked at wxWidgets qtruby fxruby titanium tcl tk gtk and various python permutations of those Pros good cross..

TK_LIBRARY and TCL_LIBRARY environment variables on Ubuntu

http://stackoverflow.com/questions/4553869/tk-library-and-tcl-library-environment-variables-on-ubuntu

This is as it stands after using apt get for python tk tcl and tk. If I have to set the environment variables manually..