<div dir="ltr">Thanks Phil!<div><br></div><div>Fixing the Import worked. Should I use this import for all QML applications? Is there a down side?</div><div><br></div><div>Also could there be a better error message instead of the Seg Fault?</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 30, 2016 at 5:26 AM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 29 Nov 2016, at 6:54 pm, Cody Scott <<a href="mailto:cody@perspexis.com">cody@perspexis.com</a>> wrote:<br>
><br>
> I'm trying to display a QML PieChart taken from the Qt docs<br>
><br>
> <a href="http://doc.qt.io/qt-5/qtcharts-qmlmodule.html" rel="noreferrer" target="_blank">http://doc.qt.io/qt-5/<wbr>qtcharts-qmlmodule.html</a><br>
><br>
> I have a simple Python program that just loads the .qml file.<br>
><br>
> When I run it I get a Segmentation fault.<br>
><br>
> Code, steps to reproduce and output here <a href="https://github.com/Siecje/pyqt5chart" rel="noreferrer" target="_blank">https://github.com/Siecje/<wbr>pyqt5chart</a><br>
<br>
</div></div>QtChart is widget based so you need a QApplication not a QGuiApplication.<br>
<span class="HOEnZb"><font color="#888888"><br>
Phil</font></span></blockquote></div><br></div>