Hi!<br><br>I'm trying PyQt and I have a problem when generating python file.. I'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've got this error : <br>
<br>themoonseeker@virtualOne:~/Desktop$ pyuic4 -o test.py -x test.ui <br>Traceback (most recent call last):<br> File "/usr/bin/pyuic4", line 76, in ?<br> sys.stderr.write(e)<br>TypeError: argument 1 must be string or read-only character buffer, not instance
<br><br>I don't what's happened!? Could someone help me?<br><br>Thank you<br><br>Francis<br>