[PyKDE] ANN: New Releases of PyQt, PyKDE, SIP and QScintilla

2005-08-30 Thread Phil Thompson
The following have been released and are available at the usual place... PyQt v3.15 PyKDE-snapshot20050829 SIP v4.3 QScintilla v1.6 Most of the work has been under the covers - supporting Python's cyclic garbage collector in particular. The PyKDE snapshot is a hacked version done by me to fix i

Re: [PyKDE] QListView has not childCount nor LastItem

2005-08-30 Thread Sebastian Kügler
> > On 30/08/05, Sebastian Kügler <[EMAIL PROTECTED]> wrote: > > > if self.listview.childCount() == 0: # AttributeError > > > self.deletebutton.setEnabled(False) > > > > > > The childCount is - although documented [0] - not a method of the > > > QListView (not in dir(self.listview), if I in

Re: [PyKDE] QListView has not childCount nor LastItem

2005-08-30 Thread Giacomo Lacava
You are using a QListBox, not a QListView; it's a very different animal... QListBox hasn't got childCount, not even in the C++ QT. Btw, with QListView (Qt 3.3.4, PyQT 3.14.1, Debian/Sid) childCount() works "as advertised" :) cheers Giacomo Lacava > > On 30/08/05, Sebastian Kügler <[EMAIL PROTECTE

Re: [PyKDE] ANN: new snapshot of eric3 released

2005-08-30 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Detlev Offenbach schrieb: > Hi, > > this is to let you know of the availability of a new eric3 snapshot release. > It fixes a few bugs and adds these new functions. > > - configurable filetype associations for projects > - support for additional lex

[PyKDE] QListView has not childCount nor LastItem

2005-08-30 Thread Sebastian Kügler
Hi, I'm working on some examples for PyQt at the moment, and using the QListView, I found some "strange" things which look like bugs to me. if self.listview.childCount() == 0: # AttributeError self.deletebutton.setEnabled(False) The childCount is - although documented [0] - not a method

[PyKDE] problems with sip

2005-08-30 Thread Michael Mason
Hello, Here is my configuration: Python 2.2.1 gcc 3.2 sip 3.11.1 I'm in the process of requesting that our sysadmin upgrade to new versions of everything, but for now I'm stuck using these older versions. Here's my problem: A couple of weeks ago, I was able to complete the 'word' example in