¡@

Home 

python Programming Glossary: pygtk

Run a function every X minutes - Python

http://stackoverflow.com/questions/1052574/run-a-function-every-x-minutes-python

in mind that I'm using python. Thanks. python gtk timer pygtk share improve this question Do not use such loop with sleep..

urllib2 opener hangs if run inside a thread

http://stackoverflow.com/questions/12708039/urllib2-opener-hangs-if-run-inside-a-thread

in thread only . it does not outside of a thread . python pygtk urllib2 share improve this question Okay I just repost the.. get solved. As has been mentioned on other posts regarding pygtk and threading several hang behaviours that seem strange appears..

matplotlib wont draw python3

http://stackoverflow.com/questions/12948446/matplotlib-wont-draw-python3

was the default backend. it does not draw GTK requires pygtk which apparently has not been ported to python3 GTKAgg ditto..

Running function 5 seconds after pygtk widget is shown

http://stackoverflow.com/questions/1309006/running-function-5-seconds-after-pygtk-widget-is-shown

function 5 seconds after pygtk widget is shown How to run function 5 seconds after pygtk widget.. pygtk widget is shown How to run function 5 seconds after pygtk widget is shown python function time pygtk share improve.. seconds after pygtk widget is shown python function time pygtk share improve this question You can use glib.timeout_add..

Need a GUI Builder for Tkinter / Python [closed]

http://stackoverflow.com/questions/1693939/need-a-gui-builder-for-tkinter-python

need something functional. Also I don't want builders for pygtk pyqt other toolkits. Thanks python gui tkinter builder share..

Simple pygtk and threads example please

http://stackoverflow.com/questions/2615124/simple-pygtk-and-threads-example-please

pygtk and threads example please Can someone give me a simple example.. time.sleep 1 print 6 do fun Pretty please help me. python pygtk share improve this question When using gtk it will run a..

How to center a Window on the screen in Tkinter?

http://stackoverflow.com/questions/3352918/how-to-center-a-window-on-the-screen-in-tkinter

dx d d d rootsize x y pyGTK OTOH is much better import pygtk import gtk win gtk.Window gtk.TOPLEVEL win.resize 300 300 win.set_position..

Is this possible to draw GtkTreeView listed like GtkIconView?

http://stackoverflow.com/questions/3596926/is-this-possible-to-draw-gtktreeview-listed-like-gtkiconview

F spot way of arranging photos and tags under python gtk pygtk gtktreeview share improve this question IconView is what..

How to display an image from web?

http://stackoverflow.com/questions/3962180/how-to-display-an-image-from-web

image I just want load the image from the URL. python gtk pygtk share improve this question This downloads the image from.. the data into a gtk.gdk.Pixbuf instead of to a file import pygtk pygtk.require '2.0' import gtk import urllib2 class MainWin.. into a gtk.gdk.Pixbuf instead of to a file import pygtk pygtk.require '2.0' import gtk import urllib2 class MainWin def destroy..

Playing RTSP with python-gstreamer

http://stackoverflow.com/questions/4192871/playing-rtsp-with-python-gstreamer

and it work fine. I want to control it with a gui in pygtk so I use the gstreamer python bindings. I've wrote this piece..

Progress bar not updating during operation

http://stackoverflow.com/questions/496814/progress-bar-not-updating-during-operation

im making Thanks in advance python gui gtk progress bar pygtk share improve this question I'm going to quote the PyGTK..

PyQt4: how to make undercorated window with reserved space

http://stackoverflow.com/questions/5829585/pyqt4-how-to-make-undercorated-window-with-reserved-space

WM the window's a dock application. I have made this with pygtk following this thread but here with Qt i don't really know how..

Cannot Import GST in Python

http://stackoverflow.com/questions/6907473/cannot-import-gst-in-python

tutorial specifically 6.4.2 http majorsilence.com pygtk_audio_and_video_playback_gstreamer I'm running Python 2.7 PyGTK.. and pygst DOES import. Thank you in advance python pygtk gstreamer gst share improve this question This is because..

Has threading in GTK w/ Python changed in PyGObject introspection?

http://stackoverflow.com/questions/6943098/has-threading-in-gtk-w-python-changed-in-pygobject-introspection

libraries have been linked python multithreading gtk pygtk pygobject share improve this question I managed to answer..

Run a function every X minutes - Python

http://stackoverflow.com/questions/1052574/run-a-function-every-x-minutes-python

a function every X minutes Python I'm using Python and PyGTK. I'm interested in running a certain function which gets data..

GTK window capture: VPython (OpenGL) application

http://stackoverflow.com/questions/10934787/gtk-window-capture-vpython-opengl-application

is possible with wx on Windows but I am on Linux and using PyGTK. Now I have managed to get part of the way. I can embed a VPython..

Python&PyGTK: Stop while on button click

http://stackoverflow.com/questions/13108018/pythonpygtk-stop-while-on-button-click

PyGTK Stop while on button click I'm working on programming some.. window.add button button.show window.show gtk.main This PyGTK FAQ answer might prove helpful. Cheers. share improve this..

PyGTK leave-notify-event shouldn't be triggered if enter children

http://stackoverflow.com/questions/13291055/pygtk-leave-notify-event-shouldnt-be-triggered-if-enter-children

leave notify event shouldn't be triggered if enter children..

How to make python window run as “Always On Top”?

http://stackoverflow.com/questions/1482565/how-to-make-python-window-run-as-always-on-top

is more like which windowing toolkit are you using PyGTK and similar educated googling gave me this gtk.Window.set_keep_above..

How are you planning on handling the migration to Python 3?

http://stackoverflow.com/questions/172306/how-are-you-planning-on-handling-the-migration-to-python-3

ours include Zope Interface PyCrypto PyOpenSSL pywin32 PyGTK though this dependency is sadly very light right now by the..

Virtualenv on Ubuntu with no site-packages

http://stackoverflow.com/questions/249283/virtualenv-on-ubuntu-with-no-site-packages

no site packages option but doing this while developing a PyGTK app can be a bit tricky. The PyGTK modules are installed on.. this while developing a PyGTK app can be a bit tricky. The PyGTK modules are installed on Ubuntu by default and I would like..

Socket Thread and PyGTK

http://stackoverflow.com/questions/4453655/socket-thread-and-pygtk

Thread and PyGTK I'm trying to write a instant messaging program the basic ui..

How to get transparent background in window with PyGTK and PyCairo?

http://stackoverflow.com/questions/4889045/how-to-get-transparent-background-in-window-with-pygtk-and-pycairo

to get transparent background in window with PyGTK and PyCairo I've been trying really hard to create a window.. with no decoration and a transparent background using PyGTK. I would then draw the content of the window with Cairo. But..

how to set 'backend' in matplotlib in python

http://stackoverflow.com/questions/4930524/how-to-set-backend-in-matplotlib-in-python

is not compiled with GTK support or you miss the PyGTK package. Try to install it. Do you call the show method inside..

Progress bar not updating during operation

http://stackoverflow.com/questions/496814/progress-bar-not-updating-during-operation

share improve this question I'm going to quote the PyGTK FAQ You have created a progress bar inside a window then you..

GUI Builder for Python [closed]

http://stackoverflow.com/questions/529498/gui-builder-for-python

representing your GUI. You can load this GUI later using PyGTK . Specifically the screenshot is running a Mac OS X port of..

Cannot Import GST in Python

http://stackoverflow.com/questions/6907473/cannot-import-gst-in-python

I'm running Python 2.7 PyGTK 2.24 and GStreamer WinBuilds 10.7 the main installer and the..

Has threading in GTK w/ Python changed in PyGObject introspection?

http://stackoverflow.com/questions/6943098/has-threading-in-gtk-w-python-changed-in-pygobject-introspection

I'm in the process of converting a program from PyGTK to PyGObject introspection for the first time and I've hit a.. and to update the progress bar. This worked fine with PyGTK but after converting to PyGObject I get all the usual improper.. changed but I can't figure out what. Here's this simple PyGTK progressbar example http aruiz.typepad.com siliconisland 2006..

How to work with threads in pygtk

http://stackoverflow.com/questions/809818/how-to-work-with-threads-in-pygtk

threading model a little. You should start by reading The PyGTK FAQ entry on the subject and you might find this blog post easy..

gi.repository Windows

http://stackoverflow.com/questions/12981137/gi-repository-windows

. https live.gnome.org PyGObject gtk module is called PyGtk and is for Gtk 2 and is very mature on Windows platforms in.. the difference PyGObject has some scarse Windows support. PyGtk has great support for this OS. PyGObject is what is called a.. this OS. PyGObject is what is called a dynamic binding and PyGtk is a static one. PyGObject is new and the future and PyGtk is..

Are there any “nice to program” GUI toolkits for Python? [closed]

http://stackoverflow.com/questions/35922/are-there-any-nice-to-program-gui-toolkits-for-python

to create a very pythonic gui as a layer on top of PyGtk or wxPython such as wax and PyGui which seem to be stuck at..

Is this possible to draw GtkTreeView listed like GtkIconView?

http://stackoverflow.com/questions/3596926/is-this-possible-to-draw-gtktreeview-listed-like-gtkiconview

on a GTK application written in python. I obviously use PyGtk. My application is about collections of videos. It's a kind..

Preventing window overlap in GTK

http://stackoverflow.com/questions/3859045/preventing-window-overlap-in-gtk

reserve space at the edge of X Window System desktop. With PyGtk you can set these properties like so assuming self.window is.. widget. Here is a simple working example import gtk class PyGtkWidgetDockExample def __init__ self self.window gtk.Window gtk.WINDOW_TOPLEVEL..

Python & GTK3: How to create a Liststore

http://stackoverflow.com/questions/7396723/python-gtk3-how-to-create-a-liststore

GTK3 How to create a Liststore In PyGtk I always used this to create a ListStore with an Image using..

Best video manipulation library for python? [closed]

http://stackoverflow.com/questions/220866/best-video-manipulation-library-for-python

documented. It also appears to be tightly coupled with pyGTK which is also a pretty big toolkit. python video editor share.. that you look again at gst python It is not coupled with pyGTK. You can use it completely separately with no dependencies on..

Detect user logout / shutdown in Python / GTK under Linux - SIGTERM/HUP not received

http://stackoverflow.com/questions/2490166/detect-user-logout-shutdown-in-python-gtk-under-linux-sigterm-hup-not-rece

not received OK this is presumably a hard one I've got an pyGTK application that has random crashes due to X Window errors that..

How to center a Window on the screen in Tkinter?

http://stackoverflow.com/questions/3352918/how-to-center-a-window-on-the-screen-in-tkinter

0 2 y h 2 rootsize 1 2 root.geometry dx d d d rootsize x y pyGTK OTOH is much better import pygtk import gtk win gtk.Window gtk.TOPLEVEL.. without some serious work. The more advanced toolkits pyGTK PyQT are a lot prettier but not as common as Tkinter usually..

Cross-platform gui toolkit for deploying Python applications

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

as currently supported as of 2.6 3.0 2 pyttk library 3 pyGTK 4 pyQt 5 wxPython 6 HTML CGI via Python based framework Django..

separate threads in pygtk application

http://stackoverflow.com/questions/685224/separate-threads-in-pygtk-application

pygtk application I'm having some problems threading my pyGTK application. I give the thread some time to complete its task..