<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.newae.com/index.php?action=history&amp;feed=atom&amp;title=Error_Messages_%2F_Common_Problems</id>
		<title>Error Messages / Common Problems - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.newae.com/index.php?action=history&amp;feed=atom&amp;title=Error_Messages_%2F_Common_Problems"/>
		<link rel="alternate" type="text/html" href="http://wiki.newae.com/index.php?title=Error_Messages_/_Common_Problems&amp;action=history"/>
		<updated>2026-04-21T08:56:52Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://wiki.newae.com/index.php?title=Error_Messages_/_Common_Problems&amp;diff=753&amp;oldid=prev</id>
		<title>Coflynn: Add example errors</title>
		<link rel="alternate" type="text/html" href="http://wiki.newae.com/index.php?title=Error_Messages_/_Common_Problems&amp;diff=753&amp;oldid=prev"/>
				<updated>2016-06-17T14:55:24Z</updated>
		
		<summary type="html">&lt;p&gt;Add example errors&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== PyQt is imported when importing ChipWhisperer ==&lt;br /&gt;
The PyQtGraph parameter can use PySide or PyQt to display information, but we instead require PySide to be used. Currently you can get errors if PyQt is imported (this happens when running from an iPython notebook for example).&lt;br /&gt;
&lt;br /&gt;
While the specific error message varies, it typically looks something like the following, where it complains the passed argument is NOT of a PySide.Qtxxxx type:&amp;lt;syntaxhighlight lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
TypeError: 'PySide.QtGui.QBoxLayout.addWidget' called with wrong argument types:&lt;br /&gt;
  PySide.QtGui.QBoxLayout.addWidget(ParameterTree)&lt;br /&gt;
Supported signatures:&lt;br /&gt;
  PySide.QtGui.QBoxLayout.addWidget(PySide.QtGui.QWidget, int = 0, PySide.QtCore.Qt.Alignment = 0)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;It's also possible this is a bug, but most likely it's related to PyQtGraph using the wrong backend (PyQt vs. PySide) in our program.&lt;/div&gt;</summary>
		<author><name>Coflynn</name></author>	</entry>

	</feed>