Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python-mtTkinter

Although Tkinter is technically thread-safe (assuming Tk is built with --enable-threads), practically speaking there are still problems when used in multithreaded Python applications. The problems stem from the fact that the _tkinter module attempts to gain control of the main thread via a polling technique when processing calls from other threads. If it succeeds, all is well. If it fails (i.e., after a timeout), the application receives an exception with the message: "RuntimeError: main thread is not in main loop". There is no way to tell when this might happen, so calling Tk routines from multiple threads seems to be problematic at best. The mtTkinter module solves this problem by modifying some Tkinter module definitions (in memory). The modified code intercepts out-of-thread Tkinter calls and marshals them through a queue which is read by an 'after' event running periodically in the main loop. This is similar to the technique used in many other platforms (e.g., .NET's InvokeRequired/Invoke mechanism). The technique used in mtTkinter is exception-safe as well, marshaling exceptions through a response queue back to the caller's thread.

Found 1 sites for python-mtTkinter

Found 23 RPM for python-mtTkinter

PackageSummaryDistributionDownload
python-mtTkinter-0.4-1.fc20.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for f20 x86_64python-mtTkinter-0.4-1.fc20.noarch.rpm
python-mtTkinter-0.4-1.fc20.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for f20 i386python-mtTkinter-0.4-1.fc20.noarch.rpm
python-mtTkinter-0.4-1.fc19.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for f19 i386python-mtTkinter-0.4-1.fc19.noarch.rpm
python-mtTkinter-0.4-1.fc19.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for f19 x86_64python-mtTkinter-0.4-1.fc19.noarch.rpm
python-mtTkinter-0.4-1.fc17.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for f17 x86_64python-mtTkinter-0.4-1.fc17.noarch.rpm
python-mtTkinter-0.4-1.fc17.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for f17 i386python-mtTkinter-0.4-1.fc17.noarch.rpm
python-mtTkinter-0.4-1.fc15.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for f15 86_64python-mtTkinter-0.4-1.fc15.noarch.rpm
python-mtTkinter-0.4-1.el7.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for el7 i386python-mtTkinter-0.4-1.el7.noarch.rpm
python-mtTkinter-0.4-1.el7.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for sl7 x86_64python-mtTkinter-0.4-1.el7.noarch.rpm
python-mtTkinter-0.4-1.el7.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for sl7 i386python-mtTkinter-0.4-1.el7.noarch.rpm
python-mtTkinter-0.4-1.el7.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for el7 x86_64python-mtTkinter-0.4-1.el7.noarch.rpm
python-mtTkinter-0.4-1.el6_90.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for el7 i386python-mtTkinter-0.4-1.el6_90.noarch.rpm
python-mtTkinter-0.4-1.el6_90.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for sl7 x86_64python-mtTkinter-0.4-1.el6_90.noarch.rpm
python-mtTkinter-0.4-1.el6_90.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for sl7 i386python-mtTkinter-0.4-1.el6_90.noarch.rpm
python-mtTkinter-0.4-1.el6_90.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for el7 x86_64python-mtTkinter-0.4-1.el6_90.noarch.rpm
python-mtTkinter-0.4-1.el6.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for sl6 i386python-mtTkinter-0.4-1.el6.noarch.rpm
python-mtTkinter-0.4-1.el6.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for el6 i386python-mtTkinter-0.4-1.el6.noarch.rpm
python-mtTkinter-0.4-1.el6.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for sl6 x86_64python-mtTkinter-0.4-1.el6.noarch.rpm
python-mtTkinter-0.4-1.el6.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for el6 x86_64python-mtTkinter-0.4-1.el6.noarch.rpm
python-mtTkinter-0.4-1.el5.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for sl5 x86_64python-mtTkinter-0.4-1.el5.noarch.rpm
python-mtTkinter-0.4-1.el5.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for sl5 i386python-mtTkinter-0.4-1.el5.noarch.rpm
python-mtTkinter-0.4-1.el5.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for el5 x86_64python-mtTkinter-0.4-1.el5.noarch.rpm
python-mtTkinter-0.4-1.el5.noarch.htmlA thread-safe version of TkinterATrpms Stable packages for el5 i386python-mtTkinter-0.4-1.el5.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet