Hi!<br><br>I&#39;m trying PyQt and I have a problem when generating python file.. I&#39;m on Ubuntu and I have installed python-qt4 4.0.1 and qt4.designer 4.2.0. I use the designer to create a simple gui with a Graphics View, then I saved it on 
test.ui. I generate py file by using this command : pyuic4 -o test.py -x test.ui and all is ok! But when I resize the QGraphicsView with the designer, save again and try to regenerate test.py, I&#39;ve got this error : <br>
<br>themoonseeker@virtualOne:~/Desktop$ pyuic4 -o test.py -x test.ui <br>Traceback (most recent call last):<br>&nbsp; File &quot;/usr/bin/pyuic4&quot;, line 76, in ?<br>&nbsp;&nbsp;&nbsp; sys.stderr.write(e)<br>TypeError: argument 1 must be string or read-only character buffer, not instance
<br><br>I don&#39;t what&#39;s happened!? Could someone help me?<br><br>Thank you<br><br>Francis<br>