[pygtk] TypeError exception without traceback

2000-11-03 Thread Aaron Optimizer Digulla
--- test.py - from gtk import * def test (x, y): print x, y mainquit () timeout_add (1.0, test) mainloop () test.py -- Run this and you will get this message: --- output TypeError: not enough parameters; expected 2,

Got the solution was Re: [pygtk] A few quickies (IMPORTANT)

2000-11-03 Thread Hassan Aurag
Ok here is the deal: The text showing weirdly is realted to font choice as I discovered today. Using fixed fonts corrected the problem. It's weird as far as I am concerned but this is how it works. As for the position part, it was my mistake as I also discovered today. I forgot to count

Re: Got the solution was Re: [pygtk] A few quickies (IMPORTANT)

2000-11-03 Thread James Henstridge
On 4 Nov 2000, Hassan Aurag wrote: Ok here is the deal: The text showing weirdly is realted to font choice as I discovered today. Using fixed fonts corrected the problem. It's weird as far as I am concerned but this is how it works. As for the position part, it was my mistake as I