[PyKDE] Python-2.1b2 / PyQt-2.4pre1 / sip-2.4pre2

Gerard Vermeulen gvermeul at labs.polycnrs-gre.fr
Fri Mar 30 20:45:42 BST 2001


Phil Thompson wrote:
> 
> Gerard Vermeulen wrote:
> >
> > Phil,
> >
> > I tried to install Python-2.1b2 / PyQt-2.4pre1 / sip-2.4pre2,
> > first with Python's ./configure --with-pymalloc.
> >
> > When I tried to run an example, it died with a segmentation error.
> >
> > Then I tried ./configure --without-pymalloc --without-cycle-gc.
> > This worked.
> >
> > Are there 'recommended' settings for Python's memory management?
> 
> I have only tried the default, ie. ./configure
> 
This means ./configure --without-pymalloc --with-cycle-gc and this
works for me too.

AFAIK, python-2.0 in the future Mandrake-8.0 is compiled --with-pymalloc.

Dunno, if there is a problem between sip/PyQt and Python's new faster
object allocator, or if it is just Python-2.1b2

Gerard




More information about the PyQt mailing list