Re: [PyKDE] Aligning Text in a Table

2003-06-28 Thread Simon Edwards
Hi, Thanks for your response. I got lost trying to follow your idea. In the past I have subclassed my own classes and reimplemented methods in order to make changes suiting the subclass. But here I cannot even make the simplest reimplementation of paintCell. For example, the method, def

Re: [PyKDE] Aligning Text in a Table

2003-06-28 Thread Phil Thompson
On Saturday 28 June 2003 2:10 pm, Simon Edwards wrote: Hi, Thanks for your response. I got lost trying to follow your idea. In the past I have subclassed my own classes and reimplemented methods in order to make changes suiting the subclass. But here I cannot even make the simplest

Re: [PyKDE] C++ conversion to python, using sip

2003-06-28 Thread Frederick Polgardy Jr
On Saturday 28 June 2003 12:53, Jonathan Gardner wrote: Python has been going in the way of merging the int and float types closer together than in C/C++ (For instance, 1/2 may equal 0.5 in the future) Yes, it's already under the What's new in Python 2.2 section of the docs, in the section

Re: [PyKDE] Distributing PyKDE programs = ./configure

2003-06-28 Thread Simon Edwards
On Monday 23 June 2003 08:35, Gerard Vermeulen wrote: On Sun, 22 Jun 2003 22:40:57 +0200 I admit that there is a learning curve before you can specialize distutils for special needs, If your only problem is to place images/icons/datafiles in specialized directories: this is very easy with