Dear List,
<div><br></div><div><br></div><div>Is this a bug of PyQt 4.9.1?  (With Qt 4.8.0 on Mac OS X 10.7.3)</div><div>If my script contains sth. like the code below, then i get "Segmentation fault: 11" error, </div><div>

and ipython quit every time with pop-up window indicates that Python has crashed.</div><div><br></div><div>I made a screenshot of the crashing window, and it was enclosed.</div><div>Anyone help me?</div><div><br></div><div>

Thanks in advance.</div><div><br></div><div>=================================================</div><div><br></div><div><div><div>HandsomeGui-on-MBP:~ zhenweigui$ ipython</div><div>Python 2.7.2 (default, Feb 11 2012, 23:15:11) </div>

<div>Type "copyright", "credits" or "license" for more information.</div><div><br></div><div>IPython 0.12 -- An enhanced Interactive Python.</div><div>?         -> Introduction and overview of IPython's features.</div>

<div>%quickref -> Quick reference.</div><div>help      -> Python's own help system.</div><div>object?   -> Details about 'object', use 'object??' for extra details.</div><div><br></div><div>In [1]: from PyQt4 import QtGui</div>

<div><br></div><div>In [2]: from PyQt4.phonon import Phonon</div><div><br></div><div>In [3]: import sys</div><div><br></div><div>In [4]: a = QtGui.QApplication(sys.argv)</div><div><br></div><div>In [5]: s = Phonon.VolumeSlider()</div>

<div>Segmentation fault: 11</div><div>HandsomeGui-on-MBP:~ zhenweigui$ </div></div></div>