Re: [pygtk] AccelGroup and Up/Down/Left/Right keys

2009-06-25 Thread Pierre
Alessandro Dentella wrote: > On Fri, Jun 19, 2009 at 08:52:44AM +0200, Pierre wrote: >> Hi list, >> >> I was wondering if it's possible to use the 'Up', 'Down', 'Left', and >> 'Right' keys as accelerators in AccelGroup. >> >> I'm led to believe one can't, as the short snippet below fails to call >>

[pygtk] gtkunixprint.Printer Issue

2009-06-25 Thread Vamsi Krishna Davuluri
Hi all, I'm in the process of writing a python program to do printing by setting up a source file (pdf or ps) and using gtkunixprint for it. It's just test code: So when i try to run this, the interpreter complains like this: File "printscript.py", line 37, in __init__ gtkunixprint.Printer.

Re: [pygtk] [ANNOUNCE:] gtksheet 0.2.0 and python-gtksheet 0.2.0

2009-06-25 Thread Gian Mario Tagliaretti
Forwarding to PyGTK List since it probably interest quite a lot of people. cheers 2009/6/25 Víctor M. Hernández Rocamora : > Hi all, > > gtksheet is a fork from the GtkSheet widget available in the gtk+extra > library (http://gtkextra.sourceforge.net). GtkSheet is a spreadsheet-like > matrix widg

[pygtk] Help with progress bars gobject and threading stuff

2009-06-25 Thread Neil Munro
Hey all I am new to Python and GTK (less than a years experience with both) but I am eager to learn, I started writing a program which became my uni thesis and I wish to continue to develop it and I have run into issues. My program is basically a system administrators update tool, and d

Re: [pygtk] gtkunixprint.Printer Issue

2009-06-25 Thread Gian Mario Tagliaretti
On Thu, Jun 25, 2009 at 3:20 PM, Vamsi Krishna Davuluri wrote: Hi Vamsi, >   File "printscript.py", line 37, in __init__ >     gtkunixprint.Printer.__init__(self) > NotImplementedError: GetPrinter is an abstract widget It's a bug in PyGTK, could you file it into bugzilla please? cheers -- Gian

[pygtk] Disappearing pango attributes

2009-06-25 Thread Krzysztof Kotlenga
Hi, I have a program which, I believe, should do the same thing in both Python and C - set pango attributes on a label. The C version works as expected. In PyGTK version attributes get applied only on the first character. Any ideas why does this happen? I attach both test cases. Versions used: Py

[pygtk] Pygtk + Thread no Windows xp não está funcionando

2009-06-25 Thread John Dizaro
Nenhum exemplo de thread + Pygtk está funcifonando no WindowsXP mas está funcionando no Linux e no WindowsVista -- John Evan Dizaro - Fone: (41) -0303 Fone: (41) 9243-3240 Rua: Alferes Poli Curitiba - PR - Brasil ___ pygtk mailing list pygtk@daa

Re: [pygtk] Disappearing pango attributes

2009-06-25 Thread John Finlay
Krzysztof Kotlenga wrote: > Hi, > > I have a program which, I believe, should do the same thing in both > Python and C - set pango attributes on a label. The C version works > as expected. In PyGTK version attributes get applied only on the first > character. Any ideas why does this happen? I attac