Re: [pygtk] pygtk and gtk

2008-07-12 Thread Felipe Reyes
init__.py", line 30, in > from gobject.constants import * > File "/var/lib/python-support/python2.5/gtk-2.0/gobject/ > constants.py", line 22, in > from _gobject import type_from_name > ImportError: /var/lib/python-support/python2.5/gtk-2.0/gobject/ > _gobject.so:

Re: [pygtk] gtk.IconView random segfault

2008-07-10 Thread Felipe Reyes
want to use the main thread to load the model, because it will give the sensation of a hangup application, because there are to many images, so I will have to live with the overhead produced by the locks :) thanks again. regards, -- Felipe Reyes Astorga counter.li.org #316380 signature.asc Desc

Re: [pygtk] gtk.IconView random segfault

2008-07-09 Thread Felipe Reyes
El mié, 09-07-2008 a las 16:02 -0700, Mitko Haralanov escribió: > On Tue, 08 Jul 2008 19:57:23 -0400 > Felipe Reyes <[EMAIL PROTECTED]> wrote: > > > I added a test case that shows (at least on my system) my trouble. > > > > somebody can give me a clue? >

[pygtk] gtk.IconView random segfault

2008-07-08 Thread Felipe Reyes
ded a test case that shows (at least on my system) my trouble. somebody can give me a clue? thanks in advance -- Felipe Reyes Astorga counter.li.org #316380 import gtk import threading import os import random gtk.gdk.threads_init() rootdir = "/usr/share/pixmaps/faces/" img = os.l

Re: [pygtk] Re: extending gtk.ListStore

2008-07-03 Thread Felipe Reyes
El jue, 03-07-2008 a las 07:47 -0600, Jeffrey Barish escribió: > Felipe Reyes wrote: > > > I been looking for a way to extend the gtk.ListStore to avoid the data > > replication, with this I mean that for example I have Photo class with > > uri property (where is locat

Re: [pygtk] extending gtk.ListStore

2008-07-02 Thread Felipe Reyes
hi, El mié, 02-07-2008 a las 22:54 +0300, Paul Pogonyshev escribió: > Felipe Reyes wrote: > > [...] The other way that I found (the one that I want to implent) is > > proposed by Davyd Madeley[0], but it doesn't work, I attached a small > > test case. > >

[pygtk] extending gtk.ListStore

2008-07-02 Thread Felipe Reyes
' failed gtk.main() my_list_store.py:104: Warning: g_value_unset: assertion `G_IS_VALUE (value)' failed gtk.main() -- Felipe Reyes Astorga counter.li.org #316380 ## ## my_list_store.py ## Login : <[EMAIL PROTECTED]> ## Started on Wed Jul 2 10:55:18 2008 Felipe Reyes ## $Id$ ##

Re: [pygtk] Color conversion functions in PyGtk

2008-06-10 Thread Felipe Reyes
n it. > > -Samuel > ___ > pygtk mailing list pygtk@daa.com.au > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ -- Felipe Reyes Astorga counter.li.org #316380 signature.asc Description: Esta parte d

Re: [pygtk] how to parse gkeyfile

2008-06-09 Thread Felipe Reyes
El lun, 09-06-2008 a las 11:59 +1200, John Stowers escribió: > On Tue, 2008-06-03 at 18:28 -0400, Felipe Reyes wrote: > > hi everybody, > > > > Currently I have an application written in C that stores some > > configuration information in a GKeyFile, and now I have a wr

Re: [pygtk] how to parse gkeyfile

2008-06-08 Thread Felipe Reyes
El dom, 08-06-2008 a las 00:41 +0200, Gian Mario Tagliaretti escribió: > 2008/6/4 Felipe Reyes <[EMAIL PROTECTED]>: > > hi everybody, > > Hi Felipe, > > [some snip] > > I don't > > find the bindings for GKeyFile in pygtk, so those functions are p

[pygtk] how to parse gkeyfile

2008-06-03 Thread Felipe Reyes
nt to be used from python?. thanks in advance regards, -- Felipe Reyes Astorga counter.li.org #316380 signature.asc Description: Esta parte del mensaje está firmada digitalmente ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/lis

Re: [pygtk] Error in frame-derived class?

2008-05-07 Thread Felipe Reyes
me in an expander, the error disappears. > How can I insert a derived gtk.Frame object into a gtk.Expander? >  you must call gtk.Frame.__init__(self) inside the __init__ method of your derived class to initialize the parent Regards, -- Felipe Reyes Astorga Estudiante de Ingeniería Ejec. Informátic

Re: [pygtk] menu and notebook not staying on a same window.

2008-03-06 Thread Felipe Reyes
button = gtk.Button(label="My Button") box.pack_start(button) label = gtk.Label("Just a label") box.pack_start(label) some_window.ad(box) ... i hope to be clear ;) regards, -- Felipe Reyes A. Estudiante de Ingeniería Ejecución Informática Universidad de Santiago de Chile count

Re: [pygtk] Widgets not respect can focus = False

2008-01-29 Thread Felipe Reyes
ress tab key the focus change to entry2. > Now, when I press tab key, the next active control must be button2, > because button1 has CanFocus= False but button1 get focus. with this part i cannot help you :-\ seeya -- Felipe Reyes A. Estudiante de Ingeniería Ejecución Informática Uni