[PyKDE] [FAQ] Running PyQt on SuSE
Ricardo Javier Cardenes Medina
rcardenes at debian.org
Wed Feb 26 16:37:01 GMT 2003
On Tue, Feb 25, 2003 at 09:22:24AM -0800, heberto at speakeasy.net wrote:
> Recently I got the whole KDE 3.1 for SuSE 8.1with plenty of utilities, among them PyQt 3.5.
Phil, suggested FAQ entry:
<h2>Running PyQt</h2>
<h3>I have SuSE and my PyQt programs segfault. Why?</h3>
<p>
SuSE guys compile their Qt copy with a feature called "fast-malloc"
enabled. This affects Qt memory allocation, and meddles with PyQt.
Please, export the <tt>KDE_MALLOC</tt> environment variable this
way:
</p>
<code>
export KDE_MALLOC="n"
</code>
<p>
Place it in your <tt>~/.profile</tt>. This should solve your problems.
</p>
More information about the PyQt
mailing list