[PyKDE] New PyKDE snapshot

2005-10-13 Thread Jim Bublitz
I'm in the process of sending the latest PyKDE snapshot to Phil for posting on at http://www.riverbankcomputing.co.uk/snapshots/PyKDE. It's snapshot20051013. It should be available within 24 to 48 hours. The changes are: Cleaned up sip files for gcc 3.4.x/4.0.x compatibility ===

Re: [PyKDE] eric3, qscintilla and code folding

2005-10-13 Thread Mario Beauchamp
Hi all, Brad Ralph wrote: > > When I create classes, I often want to fold all of the methods of the class > (if there are a lot of them, to make it easier to navigate. No problem i > think ... just select 'toggle all folds' in the menu and then expand the > class fold. but I'd be wrong. It

Re: [PyKDE] segfault using hasattr on a wrappertype class

2005-10-13 Thread Phil Thompson
On Thursday 13 October 2005 1:45 pm, Giovanni Bajo wrote: > Hello, > > this snippet causes a segfault on my computer (using Python 2.4.2): > >>> import sip > >>> sip.SIP_VERSION_STR > > '4.3.1' > > >>> class Foo(object): > > ... __metaclass__ = sip.wrappertype > ... > > >>> hasattr(Foo, "bar")

[PyKDE] segfault using hasattr on a wrappertype class

2005-10-13 Thread Giovanni Bajo
Hello, this snippet causes a segfault on my computer (using Python 2.4.2): >>> import sip >>> sip.SIP_VERSION_STR '4.3.1' >>> class Foo(object): ... __metaclass__ = sip.wrappertype ... >>> hasattr(Foo, "bar") Segmentation fault -- Giovanni Bajo _