Re: [pygtk] Layout of complex app

2009-01-28 Thread David Ripton
On 2009.01.28 13:02:39 +0100, Thomas Guettler wrote: > what layout (directories and classes) do you use for a > pygtk project? I am programming since several years, but I am not > used to event based programming like pygtk. > > The pygtk tutorial suggest this: > > {{{ > class HelloWorld: > de

[pygtk] KP_Decimal map to decimal separator

2009-01-28 Thread Alessandro Dentella
Is there a preferred way to handle KP_Decimal to locale aware decimal separator? And if not what's the suggested way? should I trap a ksym 'KP_Decimal' and emit a signal with event a separator or is there a simpler solution? thanks sandro -- Sandro Dentella *:-) http://sqlkit.argolinux.org

Re: [pygtk] PyGTK on Win98 and OSX

2009-01-28 Thread Chris Van Bael
On Wed, Jan 28, 2009 at 1:09 PM, Marcus Vinicius Eiffle Duarte wrote: > > Hi, Chris! > >> >> >> Other question: >> I downloaded GTK+ for OSX from here: http://www.gtk-osx.org/ >> However, where can I find a suitable PyGTK for it? >> Or how can I develop for GTK with Python on OSX? >> > > I have be

Re: [pygtk] PyGTK on Win98 and OSX

2009-01-28 Thread Marcus Vinicius Eiffle Duarte
Hi, Chris! > > Other question: > I downloaded GTK+ for OSX from here: http://www.gtk-osx.org/ > However, where can I find a suitable PyGTK for it? > Or how can I develop for GTK with Python on OSX? > > I have been developing with python + GTK (native) on OSX for the last few months. I don't know

[pygtk] Layout of complex app

2009-01-28 Thread Thomas Guettler
Hi, what layout (directories and classes) do you use for a pygtk project? I am programming since several years, but I am not used to event based programming like pygtk. The pygtk tutorial suggest this: {{{ class HelloWorld: def __init__(self): self.window = gtk.Window(gtk.WINDOW_TOPL

[pygtk] PyGTK on Win98 and OSX

2009-01-28 Thread Chris Van Bael
Hi, I'm the Windows and OSX maintainer of Schoolsplay (www.schoolsplay.org) Recently we have begun using Pango to support Arabic languages. However, since then our program doesn't work anymore on Windows 98 (in Virtual PC) We have a module that does an import of pangocairo and it fails there with

Re: [pygtk] Gui Locks up after button clicked. (extensive process started)

2009-01-28 Thread Frédéric
Le 27/1/2009, "Riley Porter" a écrit: >I know I am missing something but say I have a pygtk interface all designed >and when I click start on a button it triggers a process what takes about 10 >mins to complete. During this time the button stays down and I cannot do >anything else on the gui.