PyGTK is the Python binding for the 2.x series of the GTK+ widget library.

learn more… | top users | synonyms

0
votes
1answer
18 views

glade and pygtk (probably a charset prob?)

I am struggling with a problem, that is really driving me nuts. I installed Pygtk-all-in-one Bundle version 2.24.2 for Python 2.7 [1] and Python 2.7.5 [2]. Now I want to use gtk.builder to load my ...
0
votes
1answer
30 views

How to run separate threads in pygtk

I have a pygtk application which runs as soon as my python script is opened. Along with gtk.main() I have a thread which is started at the beginning of the script, which refreshes a gtk.TextView() ...
0
votes
0answers
18 views

PyGTK/Glade - Scrollbars don't appear in ScrolledWindow

I made an interface in Glade and I have a GtkScrolledWindow with a GtkTreeView inside. There are no scrollbars though. I set the policies to Always, and tried creating adjustments and set the treeview ...
0
votes
1answer
5 views

Hyperlink in CellRendererText Markup

I want to display a hyperlink in a pygtk table: cr=gtk.CellRendererText() column=gtk.TreeViewColumn(name) column.add_attribute(cr, "markup", 0) my_liststore=['<a ...
0
votes
0answers
29 views

Enthought Canopy python install of pygtk

I am using the latest enthought canopy 1.0.1 on Red Hat 5.9 It is installed on top of the stock python 2.4.3 I have some applications written against pygtk and would like to use them with the ...
0
votes
0answers
23 views

GTK FileChooserDialog Crashes my script

I am using GTK FileChooserDialog(gtk 2.14, pygtk 2.12) to create a dialog inside my IDE via python(2.5.2) scripts. In my python script I have created following class. class GTKFileSelector(): ...
0
votes
1answer
26 views

GTK+ Thread safety

I'm trying to use threads to manage serveral things in GTK+, however, as soon as I try to use any GUI function in the new thread, it locks up the GUI and this makes sense since GTK+ is not thread ...
0
votes
0answers
6 views

default arguments removed in gtk3?

I try to port my pygtk code to gtk3. I get this error: TypeError: pack_start() takes exactly 5 argument(s) (2 given) It seams that the default arguments have been removed. Does gtk3 (accessed from ...
0
votes
0answers
17 views

How to access an open file in PyGtk

I am a newbie in GUI and using quickly, glade and pygtk to develop a GUI. I am able to open a file but dont know how to access the opened file and its contents when another button is clicked. How do ...
0
votes
0answers
20 views

PyGTK: Stop TextView from updating until manually requested

I have an application that parses ~1GB of text data, so in my main worker loop, I periodically do the following to keep the GUI up to date: while gtk.events_pending(): gtk.main_iteration() This ...
0
votes
0answers
16 views

How do I activate a GtkStatusIcon using a keyboard shortcut?

I have an action that occurs when a GtkStatusIcon is activated. That's working fine, but I'd like to be able to trigger the status icon's activate signal from a keyboard shortcut. I would just start ...
0
votes
2answers
21 views

pyGTK how to redisplay a top level window (with child widgets) after window destroy signal is sent

I have an application which displays a window containing widgets every minute. If I destroy this window by closing it in the window manager (linux), the destroy signal is sent. Then the next minute ...
0
votes
1answer
25 views

PyGtk - Call function when window position changes?

I've got a basic python gtk program to show the position of a window, is there an easy way to update it when its moved ? #!/usr/bin/python import gtk class app(gtk.Window): def __init__(self): ...
1
vote
1answer
21 views

How to position an independent Window in an exact location on the screen?

I'm actually working on a relatively complex GTK+2 application. My application obviously have a main window; then I need to open a new "independent" Window. I need to place the "flying" window in a ...
0
votes
1answer
20 views

Pygtk gtk.Entry() and multiple get_text() answers

I'm using pygtk to make a questionnaire type application and in particular I'm struggling with one aspect. I've tried to design it so that you can ask one or two people at a time. So I have radio ...
0
votes
1answer
38 views

use pygtk for android apps development

I want to use pygtk app for android app development. I want to use app like pygtk which will have easy drag and drop options for developing the front end for android application. Is there any of ...
0
votes
0answers
48 views

“ImportError: No module named gtk” although it is installed

The following code fails although I have the gtk bindings for python installed. This is a debian machine and I have the package named python-gtk2 installed >>> import gtk Traceback (most ...
0
votes
1answer
8 views

EntryCompletion: Message if no or too many matches

I want to use EntryCompletion from pygtk[1]. I could not find a way to tell the user if there are no or too many matches. Adding an extra gtk.Label would be possible, but does not look very nice. I ...
0
votes
0answers
17 views

python gtkgl installation windows 7, 64x

I followed the instructions in: python pygtk windows 7 64 bit to install pygtk (I'm using python 2.7). Now, however, I'm trying to install gtkgl to work with my python installation. I tried 2006 ...
2
votes
0answers
65 views

PyGTK and Glade 3 - How to get the output of 'print' to TextView

I'm quite new in programming, even in speaking in English.. so I'm just trying to explain my problem here: I'm building a GUI using Glade 3, which need show all output of 'print' in a TextView or ...
0
votes
1answer
39 views

Avoiding visual artifacts when embedding MPlayer in PyGTK

I'm trying to create a basic PyGTK app to embed MPlayer inside a window (since it otherwise doesn't work well with tiling WM's, which I like). I'll put my code so far at the end of this post, but ...
0
votes
1answer
30 views

How would I create a windowless app using python on Ubuntu 12.10?

I've spent literally all day on google, stackoverflow, and many other sites trying to find a way to implement a windowless app using python, to no avail. I'm familiar with python and have been using ...
0
votes
0answers
19 views

Python/PyGTK: Sizing and layout issues with buttons and containers

I am trying to create a rather complicated UI with PyGTK--namely, imitating the iTunes smart playlist creation interface, as seen here. It is pretty similar, but there are a few persistent layout ...
0
votes
1answer
33 views

Using a GTK window and waiting for the response

I am using PyGTK inside another application to take user input. I am building an window which has lots of Check Buttons and according to response I need to go ahead. The problem is that in python ...
0
votes
0answers
37 views

Python unity indicator applet and glade child window

I have created an unity indicator applet with python and glade. Here is the screenshot that appears when indicator applet is clicked. You can see the preferences menu. When this preferences menu is ...
0
votes
0answers
24 views

case-insensitive text search using gtk 2.2, python

I checked all the flags that can be passed to forward_search/backward_search method of gtk2+, but I could not find a way to search text case insensitively for my application written in gtk2+ python. ...
1
vote
3answers
45 views

How to convert .glade file to python class?

I'm learning the Python and now I'm trying to choose cross-platform-GUI-framework. As I see, the PyGTK is the best one, which fits my goals completely. The only question: is there any analog of ...
-1
votes
1answer
36 views

Application crashes after adding elements to TreeView/ListStore

My program is working fine when adding small number of files but crashes when list of files >500. The error: The program 'gui.py' received an X Window System error. This probably reflects a bug in ...
1
vote
1answer
13 views

Float HTML like PyGTK Container

I'm making an application using Python and PyGTK. The application consists basically in a disc catalog where the covers are shown. My question is: Is there any container that supports a behaviour like ...
0
votes
1answer
33 views

How to fit an Image inside a GtkScrolledWindow? (pygtk)

My program is supposed to display images and fit the size of the window to the image being displayed. However, if the image is larger than the screen, the window shouldn't grow larger than the screen, ...
0
votes
0answers
23 views

Automatic start new lines while appending long text in gtk.TextBuffer

I'm programming a really simple gtk interface with python and I have a gtk.TextView inside a gtk.ScrolledWindow. This interface is really narrow and when printing long texts like exceptions messages ...
0
votes
0answers
89 views

Calculate size of textstring in pygtk pango for text fill

I'm searching for a method to pre calculate the width of a text string with variable length with python gtk/pango. I want to use it for adjusting text size automatically fill a given space, for a GUI ...
0
votes
1answer
28 views

With GTK+ 3, how can I make a GtkScale trigger “value-changed” on mouse release?

I have a GtkScale and I'd like it to only fire value-changed events when mouse button is release, i.e. not while you're dragging the scale around. In GTK+ 2, there was a function called ...
3
votes
0answers
84 views

Working around a big memory leak in GTK when redrawing a label

I'm using the latest release of the PyGTK All-in-One installer (2.24.2) for Python 2.7 which includes Cairo 1.10.8, Pango 1.29.4, PyGTK 2.24.0, and PyGobject 2.28.3 (I think). The following code ...
1
vote
1answer
27 views

how to set pygtk scrolledwindow vscrollbar at bottom

I am using a python 2.5 + pygtk. I have added a text area in a scrolled window. Text area buffer will be updates with program output. I want to set scrolledwindow->vscrollbar at the bottom. I tried ...
0
votes
1answer
13 views

PyGTK event definition class

In many PyGTk tutorials, event handlers are defined like below. window.connect("destroy", self.close) button.connect("clicked", self.print_hello_world) Is there any class encapsulating "destroy", ...
0
votes
1answer
86 views

Status icon in GTK+ on MacOSX, Windows, and Linux(Gnome) and python

I'm developing an application in python and it will be used in Windows MacOsX and Linux, and now i'm developing system (status icon) icon (and the menu when you click) in Mac OSX bar. Can I use PyGTK ...
1
vote
1answer
73 views

Is it possible to generate random object variable names and return them from python method ? How?

I am working on a python GTK project and was wondering if it is possible to generate random variable names for naming widget objects and returning them so that it could be used in other parts of ...
0
votes
1answer
31 views

pygtk: Changing style of <a href>-label

gtk.Label(....) gives a label as a clickable link if the label-text is formatted as a link (text within a "a href-tag"). It is then automatically shown in blue and underlined. (How) can I change the ...
0
votes
1answer
16 views

Placing PYGTK IMAGE at a particular pixel position

How to place an image at a particular x and y pixel position on a window by code in pygtk? I have tried xalign and yalign after reading this post but it only aligns the image. I will use this code to ...
0
votes
1answer
15 views

Allighning cell renderer for treeview in GTK2 won't work

I'm trying to build some program with GTK and python. I've created the GUI in glade, and assigned a model for the treeview. THen When i set the alignment in the cell renderer, it doesn't work The ...
0
votes
1answer
72 views

In pygtk, how can I combine font selection and color selection dialogs in one dialog? [closed]

I'm using pygtk and searches for the best way to combine font and color dialogs in one, which is the most pythonic way to do it ?
0
votes
1answer
58 views

python GTK: Dialog with information that app is closing

I have a problem My application on close has to logout from web application. It's take some time. I want to inform user about it with " logging out" information class Belt(gtk.Window): def ...
1
vote
0answers
30 views

Error with multiprocessing package

I am trying to use the multiprocessing module within a PyGtk application used to generate a huge report.This application is running on windows. Following is the snippet of code, p1 = ...
0
votes
2answers
54 views

gtk progressbar doesn't work anymore after matplot event?

Hi I'm new at programming in python and gtk. I'm writing a program to do some measurement. For plotting the measurement, I use matplotlib. The program will have a function to turn a heater on and off ...
1
vote
2answers
86 views

Cairo + rubber band selection: gui very very slow

I'm working on an application written in Cairo + Gtk. Please note that, due to retrocompatibility issues, I am forced to use Python as programming language, PyGTK as wrapper, and GTK libraries, ...
0
votes
1answer
30 views

How to Keep Live Video in pythoncard

I have a PythonCard GUI Form with the Image, Signatue filelds. I need to capture the image from the Live stream, I am trying to inject my live video as a pythoncard component like staticbox or ...
0
votes
0answers
26 views

PyGI textview buffer signal emited when cursor position changed / help needed

As in topic I'm looking for a way to get "ONE" signal emitted whenever cursor position get changed... I've already tried "mark-set" signal: self.buffer.connect("mark-set", self.test) but the ...
0
votes
1answer
76 views

what is best way to implement thread maximum execution time (in python/gtk)?

What is the best known practice to implement a thread job timeout (ie: kill the job after a maximum of X seconds) ? I wrote the following python code. I read a lot of different way to implement this ...
0
votes
1answer
89 views

ComboBoxText in Glade / GTK+3 / Python - disappears when displayed 2nd time

I'm trying to implement a drop down list in an Ubuntu app using Glade (GTK+3) and Python. I can get the ComboBoxText to display, populated with strings. However when I close the window it is contained ...

1 2 3 4 5 28